select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Unsupported versions: 7.0 / 6.5 / 6.4
Historical version. PostgreSQL 7.0 reached end of support in May 2005. See the current manual for supported releases.

pg_lo_open

Name

pg_lo_open — open a large object
pg_lo_open conn objOid mode

Inputs

conn

Specifies a valid database connection.

objOid

Specifies a valid large object oid.

mode

Specifies the access mode for the large object

Outputs

fd

A file descriptor for use in later pg_lo* routines.

Description

pg_lo_open open an Inversion Large Object.

Usage

Mode can be either "r", "w", or "rw".

Report a documentation issue

Read the upstream documentation. For corrections, first check the current manual.