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.
Name
write -- writes to the large object
Synopsis
write(string)
Parameters
- string
-
Buffer to be written (string).
Exceptions
- TypeError
-
Bad parameter type, or too many arguments.
- IOError
-
Object is not opened, or write error.
- pg.error
-
Invalid connection or invalid object.
Description
write() method allows to write data
to the large object, starting at current position.