Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

host/port/dbname vs. conninfo string



To define an ODBC data source, you have to enter
host, port and database name.

We would like to use the "service" parameter instead,
because we want to use LDAP connection parameter lookup
http://www.postgresql.org/docs/current/static/libpq-ldap.html

It would be great if, as an alternative to "regular"
connection parameters, one could enter an arbitrary conninfo string
(as in the libpg function PQconnectdb).

Would such an addition be welcome?
Should I try and add this functionality to the driver?

Yours,
Laurenz Albe


Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group