Re: psql - better support pipe line

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql - better support pipe line
Дата
Msg-id 21945.1440516117@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: psql - better support pipe line  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Ответы Re: psql - better support pipe line  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
Jim Nasby <Jim.Nasby@bluetreble.com> writes:
> What I've had problems with is trying to correlate psql specified 
> connection attributes with things like DBI. It would be nice if there 
> was a way to get a fully formed connection URI for the current connection.

Yeah, although I'd think the capability to create such a URI is libpq's
province not psql's.  Maybe a PQgetConnectionURI(PGConn) function in
libpq, and some psql backslash command to access that?  Or maybe a nicer
API would be that there's a magic psql variable containing the URI; not
sure.
        regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: CREATE POLICY and RETURNING
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: WIP: Rework access method interface