pg_lo_import

Nome

pg_lo_import -- import a large object from a file

Sinopse

pg_lo_import conn filename

Descrição

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

Argumentos

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.

Valor retornado

The OID of the large object created.

Observações

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

SourceForge.net Logo