| 
 | pg_lo_exportExport a large object to file Description
   bool pg_lo_export
    ([ resource  $connection], int$oid, string$pathname)pg_lo_export takes a large object in a PostgreSQL database and saves its contents to a file on the local filesystem. To use the large object interface, it is necessary to enclose it within a transaction block. 
 Parameters
 
 Return Values
   Returns  Examples
 Example #1 pg_lo_export example 
<?phpSee Also
 
 |