Establishes a connection to a postgresql server according to SETTINGS and returns an 'octave_pq_connection' object CONNECTION which can be passed to other functions of the package.
Retrieves connection information for postgresql connection CONNECTION, specified by the string LABEL, and returns the value of this information in VAL.
Imports the file in PATH on the client side as a large object into the database associated with CONNECTION and returns the Oid of the new large object.
Exports the large object of Oid OID in the database associated with CONNECTION to a temporary file and starts the program VIEWER in the background with the name of the temporary file as argument.