Re: Open 7.3 items

Joe Conway <mail@joeconway.com>

From: Joe Conway <mail@joeconway.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Bruce Momjian <pgman@candle.pha.pa.us>, Peter Eisentraut <peter_e@gmx.net>, "Marc G. Fournier" <scrappy@hub.org>, Ron Snyder <snyder@roguewave.com>, Neil Conway <nconway@klamath.dyndns.org>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2002-08-07T04:49:38Z
Lists: pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> 
>>OK, here is the request for vote.  Do we want:
> 
> 
>>	1)  the old secondary passwords re-added
>>	2)  the new prefixing of the database name to the username when enabled
>>	3)  do nothing
> 
> 
> I vote for 2b), username@database ...
> 

I like that too -- and it has the added benefit of being similar to 
Oracle (username@tns_servicename; tns_servicename is really just a 
pointer to the IP/port of a specific Oracle database).

Joe