Re: proposal: plpgsql pragma statement

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: proposal: plpgsql pragma statement
Дата
Msg-id CA+TgmoZBJx6EC_f_Van=jdi_WaiHQS6tTLnncUF7CJiNWAGMWQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: proposal: plpgsql pragma statement  ("Jonah H. Harris" <jonah.harris@gmail.com>)
Ответы Re: proposal: plpgsql pragma statement  ("Jonah H. Harris" <jonah.harris@gmail.com>)
Re: proposal: plpgsql pragma statement  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
On Thu, Dec 6, 2018 at 11:39 AM Jonah H. Harris <jonah.harris@gmail.com> wrote:
> IIRC, PRAGMA in Ada was compile-time only. How would you foresee it affecting runtime?

Well, I don't know what Ada does with PRAGMA exactly, but look at
these examples from Oracle:

http://psoug.org/definition/pragma.htm

You wouldn't *execute* those at runtime, but at least for some of
them, the runtime behavior would depend on whether or not they were
specified.  It certainly seems possible that we might want to have
similar things.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] Opclass parameters
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [PATCH] Opclass parameters