PostgreSQL Tcl Interface Documentation | ||||
---|---|---|---|---|
Prev | Fast Backward | Fast Forward | Next |
pg_sendquery
submits a command to the
PostgreSQL server.
This function works like pg_exec
, except that
it does not return a result. Rather, the command is issued
to the backend asynchronously.
The result is either an error message or nothing. An empty return indicates that the command was dispatched to the backend.
The handle of the connection on which to execute the command.
The SQL command to execute.