Re: proposal: set GUC variables for single query

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: proposal: set GUC variables for single query
Дата
Msg-id 1591.1318796197@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: proposal: set GUC variables for single query  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Ответы Re: proposal: set GUC variables for single query
Список pgsql-hackers
Dimitri Fontaine <dimitri@2ndQuadrant.fr> writes:
> I think it would fit quite well within our extending of the WITH syntax.

> WITH
>   work_mem = '1GB',
>   timezone = 'Europe/Amsterdam',
>   foo AS (
>     SELECT something
> )
> SELECT toplevel FROM foo;

That looks pretty non-future-proof to me.  WITH is a SQL-standard
syntax, it's not an extension that we control.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: (patch) regression diffs on collate.linux.utf8 test
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: proposal: set GUC variables for single query