select open change scope Open full search

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

Unsupported versions: 6.3
Historical version. PostgreSQL 6.3 reached end of support in March 2003. See the current manual for supported releases.
pg_lo_creat
PostgreSQL
Prev Next

pg_lo_creat

Name

pg_lo_creat — create a large object
pg_lo_creat conn mode

Inputs

conn

Specifies a valid database connection.

mode

Specifies the access mode for the large object

Outputs

objOid

The oid of the large object created.

Description

pg_lo_creat creates an Inversion Large Object.

Usage

mode can be any OR'ing together of INV_READ, INV_WRITE, and INV_ARCHIVE. The OR delimiter character is "|".

[pg_lo_creat $conn "INV_READ|INV_WRITE"]

Prev Home Next
pg_result Up pg_lo_open

Report a documentation issue

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