Re: [BUGS] pg_service.conf ignores dbname parameter

2003-12-19 Thread Bruce Momjian
Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> writes: > > I have applied the attached patch to remove the default > > dbname=serive-name code, changed the comment at the top of the file, and > > changed a few ints to booleans. > > Looks good, but you should apply to 7.4 branch as well. The

Re: [BUGS] pg_service.conf ignores dbname parameter

2003-12-19 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > I have applied the attached patch to remove the default > dbname=serive-name code, changed the comment at the top of the file, and > changed a few ints to booleans. Looks good, but you should apply to 7.4 branch as well. The argument that we can change

Re: [BUGS] pg_service.conf ignores dbname parameter

2003-12-19 Thread Bruce Momjian
I have applied the attached patch to remove the default dbname=serive-name code, changed the comment at the top of the file, and changed a few ints to booleans. --- Michael Fuhr wrote: > =

Re: [BUGS] pg_service.conf ignores dbname parameter

2003-12-17 Thread Tom Lane
Michael Fuhr <[EMAIL PROTECTED]> writes: > When a client connects to the database server using a service name, > the dbname parameter in pg_service.conf is ignored. In the absence > of an explicitly-named database in the connection string, the service > name is used as the database name regardless