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.
close
Name
close -- closes the large object
Synopsis
close()
Exceptions
- SyntaxError
-
Too many arguments.
- IOError
-
Object is not opened, or close error.
- pg.error
-
Invalid connection.
Description
close()
method closes previously
opened large object, in the same way than the UNIX close()
function.