Re: setting login database - Mailing list pgsql-general

From Michael Fuhr
Subject Re: setting login database
Date
Msg-id 20070607142347.GA99376@winnie.fuhr.org
Whole thread Raw
In response to setting login database  (Samatha Kottha <samatha.kottha@tu-dresden.de>)
Responses Re: setting login database  (Samatha Kottha <samatha.kottha@tu-dresden.de>)
List pgsql-general
On Thu, Jun 07, 2007 at 03:38:15PM +0200, Samatha Kottha wrote:
> We are trying to access a postgres database using a data integration
> tool. This data integration tool have options to specify the hostname,
> port, userid, and passwd of a database. But there is no way to supply
> the database name.

What data integration tool is it?  Are you sure it doesn't have an
option to specify the database?

> So, I am thinking to set the database name to each user (default
> login database) so that they do not need to supply that info when
> they access data using data integration tool.

In libpq applications a role's default database has the same name
as the role; you can override that with the PGDATABASE environment
variable.

http://www.postgresql.org/docs/8.2/interactive/libpq-envars.html

See also PGSERVICE, PGSYSCONFDIR, and the connection service file.

http://www.postgresql.org/docs/8.2/interactive/libpq-pgservice.html

--
Michael Fuhr

pgsql-general by date:

Previous
From: Gregory Stark
Date:
Subject: Re: NULLS and User Input WAS Re: multimaster
Next
From: Josh Berkus
Date:
Subject: Re: [pgsql-advocacy] Looking for Graphical people for PostgreSQL tradeshow signage