The dbi_postgresql command creates an object objectName that can be used to connect to postgresql databases using its native API. If objectName is not provided, a name will be automatically generated and returned by the command The object created supports the dbi interface for accessing and querying databases.
The object supports transactions but not column permissions, roles and domains. The object also supports getting the number of lines in a result and backfetch. A clone shares transactions with its parent. Blobs cannot be updated by using parameters (blobparams).
Peter De Rijk | hosted at |