| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Michael Meskes <meskes(at)postgresql(dot)org> |
| Cc: | PostgreSQL Hacker <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Connection without database name |
| Date: | 2004-12-23 15:35:52 |
| Message-ID: | 28693.1103816152@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Michael Meskes <meskes(at)postgresql(dot)org> writes:
> Very early in its existance ecpg got an oracle compat hack that enabled
> it to do a connect with just the username and use the database as
> specified via PGDATABASE. It appears that this feature is not really
> used as it seems it segfault for quite some amount of releases.
> While trying ot fix it I found that the libpq function does not seem to
> look for the environment anymore.
Sure it does.
$ PGDATABASE=foo psql
psql: FATAL: database "foo" does not exist
$ PGDATABASE=template1 psql
Welcome to psql 8.0.0rc2, the PostgreSQL interactive terminal.
...
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | strk | 2004-12-23 15:41:47 | Re: join selectivity |
| Previous Message | Tom Lane | 2004-12-23 15:13:03 | Re: join selectivity |