Re: [COMMITTERS] pgsql: Fix pg_dumpall with database names containing =

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: [COMMITTERS] pgsql: Fix pg_dumpall with database names containing =
Дата
Msg-id 512E021D.1050109@vmware.com
обсуждение исходный текст
Список pgsql-hackers
On 27.02.2013 11:52, Thom Brown wrote:
> Once I'm in that database, I can't switch user from within psql:
>
> 8=8=# \c - moo
> invalid connection option "8"
> Previous connection kept

Hmm, true. Also, any other connection options you specified in the 
original connection string are lost. For example, if you first connected 
with:

psql "dbname=foo sslmode=require"

and then did "\c - anotheruser", the second connection would not require 
ssl.

- Heikki



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

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Re: "COPY foo FROM STDOUT" and ecpg
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Review : Add hooks for pre- and post-processor executables for COPY and \copy