Re: Disallow SET command in a postgresql server

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Disallow SET command in a postgresql server
Дата
Msg-id 20130409160659.GG3751@eldon.alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Disallow SET command in a postgresql server  (Fabio Rueda Carrascosa <avances123@gmail.com>)
Ответы Re: Disallow SET command in a postgresql server
Список pgsql-general
Fabio Rueda Carrascosa escribió:
> My grant/revoke architecture is fine, you mean about costly cpu/ram queries?

Sure.  The SQL dialect supported by Postgres is Turing-complete, so
people can write statements that consume arbitrary amounts of RAM and
diskspace, and run for arbitrary amounts of time -- regardless of
work_mem and other settings.  (Actually, this was true even before the
dialect got to be Turing-complete).

Please don't top-post.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services


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

Предыдущее
От: Fabio Rueda Carrascosa
Дата:
Сообщение: Re: Disallow SET command in a postgresql server
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: Disallow SET command in a postgresql server