|
pg_connectNamepg_connect — opens a connection to the backend serverpg_connect -conninfo connectOptions pg_connect dbName [-host hostName] [-port portNumber] [-tty pqtty] [-options optionalBackendArgs] Inputs (new style)
Inputs (old style)
Outputs
Descriptionpg_connect opens a connection to the Postgres backend. Two syntaxes are available. In the older one, each possible option has a separate option switch in the pg_connect statement. In the newer form, a single option string is supplied that can contain multiple option values. See pg_conndefaults for info about the available options in the newer syntax. UsageXXX thomas 1997-12-24 |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |