This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the
current
version, or one of the other supported versions listed above instead.
pg_lo_close
Name
pg_lo_close -- close a large
object
Synopsis
pg_lo_close conn descriptor
Description
pg_lo_close
closes a large
object.
Arguments
- conn
-
The handle of a connection to the database in which the
large object exists.
- descriptor
-
A descriptor for the large object from pg_lo_open
.