Re: psql and pgpass.conf on Windows

Поиск
Список
Период
Сортировка
От Julien Rouhaud
Тема Re: psql and pgpass.conf on Windows
Дата
Msg-id 20230701060657.xesvncdjkhz7j2at@jrouhaud
обсуждение исходный текст
Ответ на Re: psql and pgpass.conf on Windows  (Kirk Wolak <wolakk@gmail.com>)
Ответы Re: psql and pgpass.conf on Windows  (Kirk Wolak <wolakk@gmail.com>)
Список pgsql-general
On Sat, Jul 01, 2023 at 01:40:49AM -0400, Kirk Wolak wrote:
>
> FWIW, I discovered that psql is case sensitive on the dbname, without
> quoting it!

That's on purpose, since shell quoting behavior is entirely different from SQL.
The quotes are discarded by the shell, so it would otherwise require users
doing something like

psql -d '"MyDbName"'

The behavior is the same for all client tools, and other object arguments like
username.



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

Предыдущее
От: Kirk Wolak
Дата:
Сообщение: Re: psql and pgpass.conf on Windows
Следующее
От: "Wen Yi"
Дата:
Сообщение: [Beginner Question] How to print the call link graph?