Re: psql commandline conninfo

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql commandline conninfo
Дата
Msg-id 27211.1165964532@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: psql commandline conninfo  (Martijn van Oosterhout <kleptog@svana.org>)
Ответы Re: psql commandline conninfo  (Andrew Dunstan <andrew@dunslane.net>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Better management of mergejoinable operators
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: psql commandline conninfo