Re: [HACKERS] Connection without database name

2004-12-23 Thread Michael Fuhr
On Thu, Dec 23, 2004 at 10:46:26AM +0100, Michael Meskes wrote: > 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

Re: [HACKERS] Connection without database name

2004-12-23 Thread Tom Lane
Michael Meskes <[EMAIL PROTECTED]> 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 so

[HACKERS] Connection without database name

2004-12-23 Thread Michael Meskes
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 f