Re: inferred param types for PREPARE

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: inferred param types for PREPARE
Дата
Msg-id 8821.1137345455@sss.pgh.pa.us
обсуждение исходный текст
Ответ на inferred param types for PREPARE  (Neil Conway <neilc@samurai.com>)
Ответы Re: inferred param types for PREPARE
Список pgsql-patches
Neil Conway <neilc@samurai.com> writes:
> The only trickiness was allowing "UNKNOWN" to be specified in the list
> of type names in the PREPARE statement. Since UNKNOWN was previously an
> unreserved_keyword, this caused reduce/reduce conflicts:

You're doing it wrong.  There is no need for any special case whatever
in gram.y --- ordinary lookup of the type name will do fine.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: TupleDesc refcounting
Следующее
От: Neil Conway
Дата:
Сообщение: Re: inferred param types for PREPARE