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
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
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:
> =
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