Re: The " \! " and " \l " commands

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: The " \! " and " \l " commands
Дата
Msg-id 13450.1012603013@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: The " \! " and " \l " commands  (Oliver Elphick <olly@lfix.co.uk>)
Список pgsql-hackers
Oliver Elphick <olly@lfix.co.uk> writes:
> Perhaps instead you should look into IP-tunnelling into the PostgreSQL
> server through ssh.  I think your aim should be not to run psql on the
> server at all.

I agree.  psql is meant to be run by the user, ie with end-user
permissions.  Trying to force it to be secure is swimming against
the tide.  Run it on the client side with the client's permissions,
or don't use it at all (there are plenty of alternatives...)
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Array slice subscripts (was Re: [SQL] plpgsql function with more than one array argument)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Array aggregation. Was: PostgreSQL Final Release ... Monday?