Re: Feature request: psql --idle

Поиск
Список
Период
Сортировка
От Wiwwo Staff
Тема Re: Feature request: psql --idle
Дата
Msg-id CAFe70G7vWKotKmEJi9UKbGy66QM=BvqkFQbG1PbUg2dd06wU_A@mail.gmail.com
обсуждение исходный текст
Ответ на Feature request: psql --idle  (Wiwwo Staff <wiwwo@wiwwo.com>)
Список pgsql-general
Thanks all for the alternative solutions.
Yet, despite of my (wrong and misleading) use-case, I still share Julien's view of this being useful, whatever the parameter or the use-case.

My 2 cents :-)


On Wed, Jul 27, 2022 at 2:49 PM Wiwwo Staff <wiwwo@wiwwo.com> wrote:
Since changing ph_hda.conf file to give users access involves the restart of server, many companies I work(ed) use a bastion host, where users ssh to, and are allowed "somehow" use postgresql.

Still, those users need some login shell.

It would be great to give them psql as a login shell (in /etc/passwd).
But doing so, will result in psql exiting with error with the usual
$ psql
psql: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: No such file or directory
Is the server running locally and accepting connections on that socket?

What would help, is a --idle option, where psql does not exit, stays idle and waits for user to give a \conn command.
Something similar to
sqlplus /nolog

Is anything like that feasible or is there another solution/workaround?

Tnx!

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

Предыдущее
От: Alicja Kucharczyk
Дата:
Сообщение: Re:
Следующее
От: Wiwwo Staff
Дата:
Сообщение: Feature request(?): Proxy User