pg_lo_importNamepg_lo_import -- import a large object from a file Synopsispg_lo_import conn filename Inputs- conn
 Specifies a valid database connection. - filename
 Unix file name. 
 Descriptionpg_lo_import reads the specified file and places the contents into a large object. Usage  pg_lo_import must be called within a BEGIN/END transaction block.  |