PostgreSQL Tcl Interface Documentation | ||||
---|---|---|---|---|
Prev | Fast Backward | Fast Forward | Next |
pg_blocking
can set the connection to either blocking or nonblocking, and it can see which way the connection is currently set.
conn
The handle of a connection to the database in which the large object exists.
mode
If present, sets the mode of the connection to nonblocking if 0. Otherwise it sets the connection to blocking.