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.
locreate
Name
locreate -- creates of large object in the
database [LO]
Synopsis
locreate(mode)
Parameters
- mode
-
Large object create mode.
Return Type
- pglarge
-
Object handling the PostgreSQL large object.
Exceptions
- TypeError
-
Bad argument type or too many arguments.
- pg.error
-
Invalid connection, or creation error.
Description
locreate()
method creates a
large object in the database. The mode can be defined by OR-ing
the constants defined in the pg module (INV_READ and INV_WRITE).