| From: | Michael Fuhr <mike(at)fuhr(dot)org> |
|---|---|
| To: | Samatha Kottha <samatha(dot)kottha(at)tu-dresden(dot)de> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: setting login database |
| Date: | 2007-06-07 14:23:47 |
| Message-ID: | 20070607142347.GA99376@winnie.fuhr.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Josh Berkus | 2007-06-07 14:28:05 | Re: [GENERAL] Looking for Graphical people for PostgreSQL tradeshow signage |
| Previous Message | Gregory Stark | 2007-06-07 14:18:33 | Re: NULLS and User Input WAS Re: multimaster |