select open change scope Open full search

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

Unsupported versions: 7.4 / 7.3 / 7.2 / 7.1
Historical version. PostgreSQL 7.4 reached end of support in October 2010. See the current manual for supported releases.

pg_lo_import

Name

pg_lo_import -- import a large object from a file

Synopsis

pg_lo_import conn filename

Description

pg_lo_import reads the specified file and places the contents into a new large object.

Arguments

conn

The handle of a connection to the database in which to create the large object.

filename

Specified the file from which to import the data.

Return Value

The OID of the large object created.

Notes

pg_lo_import must be called within a BEGIN/COMMIT transaction block.

Report a documentation issue

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