Re: GRANT ON ALL IN schema

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: GRANT ON ALL IN schema
Дата
Msg-id 4A871F46.1040002@agliodbs.com
обсуждение исходный текст
Ответ на Re: GRANT ON ALL IN schema  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: GRANT ON ALL IN schema  (Dimitri Fontaine <dfontaine@hi-media.com>)
Re: GRANT ON ALL IN schema  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
> I'm also not sure I want to be trying to execute any arbitrary string
> that accidentally gets placed there because someone forgot to put a
> keyword or accidentally deleted it.
> 
> But I'm not too dogmatic on the subject. What do others think?

Given that $$ is also used to quote non-procedural strings, I don't like
the idea that psql would be trying to execute any string I gave it after
forgetting "select".  If nothing else, that would lead to confusing and
misleading error messages.

Ideally, we'd be able to execute *any* PL that way by setting a shell
variable:

\pl plperl
DO $f$ foreach ( @_ ) { ...


-- 
Josh Berkus
PostgreSQL Experts Inc.
www.pgexperts.com


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

Предыдущее
От: Hitoshi Harada
Дата:
Сообщение: Re: Why we have tuplestore and tuplesort?
Следующее
От: Hitoshi Harada
Дата:
Сообщение: Re: Why we have tuplestore and tuplesort?