| PostgreSQL Reference Manual - Volume 2 - Programming Guide by The PostgreSQL Global Development Group Paperback (6"x9"), 408 pages ISBN 0954612035 RRP £19.95 ($34.95) Sales of this book support the PostgreSQL project! Get a printed copy>>> |
2.3.9 Closing a Large Object Descriptor
A large object descriptor may be closed by calling
int lo_close(PGconn *conn, int fd);
where fd is a
large object descriptor returned by lo_open.
On success, lo_close returns zero. On
error, the return value is negative.
Any large object descriptors that remain open at the end of a transaction will be closed automatically.
| ISBN 0954612035 | PostgreSQL Reference Manual - Volume 2 - Programming Guide | See the print edition |