Next: Other libpq Functions, Previous: Asynchronous Interface Functions, Up: SXEmacs PostgreSQL libpq API [Contents][Index]
Import a file as a large object into the database. conn a database connection object filename filename to import
On success, the object id is returned.
Copy a large object in the database into a file. conn a database connection object. oid object id number of a large object. filename filename to export to.