Re: psql commandline conninfo - Mailing list pgsql-hackers

From Tom Lane
Subject Re: psql commandline conninfo
Date
Msg-id 27211.1165964532@sss.pgh.pa.us
Whole thread Raw
In response to Re: psql commandline conninfo  (Martijn van Oosterhout <kleptog@svana.org>)
Responses Re: psql commandline conninfo
List pgsql-hackers
Martijn van Oosterhout <kleptog@svana.org> writes:
> Does that mean that:
> psql -d "service=myservice"
> should Just Work(tm)? That would be nice.

Even more to the point,
psql "service=myservice"

which is why we want to overload dbname rather than any of the other
PQsetdbLogin parameters for this --- dbname has pride of place in the
command line syntax for several of the client programs.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Better management of mergejoinable operators
Next
From: Andrew Dunstan
Date:
Subject: Re: psql commandline conninfo