Re: plpgsql.print_strict_params

Поиск
Список
Период
Сортировка
От Marko Tiikkaja
Тема Re: plpgsql.print_strict_params
Дата
Msg-id 52508F91.70008@joh.to
обсуждение исходный текст
Ответ на Re: plpgsql.print_strict_params  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: plpgsql.print_strict_params  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On 04/10/2013 16:08, Robert Haas wrote:
> Yeah, that doesn't seem good.  How about writing the grammar production as
>
> '#' K_PRINT_STRICT_PARAMS option_value
>
> where option_value :=  T_WORD | unreserved_keyword;
>
> Then you don't need to make ON and OFF keywords; you can just use
> strcmp() against the option_value and either throw an error, or set
> the flag appropriately.

Something like the attached?


Regards,
Marko Tiikkaja

Вложения

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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: pgbench progress report improvements - split 3 v2 - A
Следующее
От: Noah Misch
Дата:
Сообщение: Re: pgbench - exclude pthread_create() from connection start timing