Description
bool
pg_send_query
( resource connection, string query)
bool
pg_send_query
( string query)
Script
execution
is
not
block
while
query
is
executing
.
Use
pg_connection_busy(
)
to
check
connection
is
busy
(i.e
.
query
is
executing
)
Query
may
be
canceled
by
calling
pg_cancel_query(
)
.
Although
,
user
can
send
multiple
query
at
once
.
User
cannot
send
multiple
query
over
busy
connection
.