Re: inferred param types for PREPARE

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: inferred param types for PREPARE
Дата
Msg-id 1137363785.9145.52.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: inferred param types for PREPARE  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: inferred param types for PREPARE
Список pgsql-patches
On Sun, 2006-01-15 at 12:17 -0500, Tom Lane wrote:
> 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.

Woops, good point. Attached is a revised patch that doesn't modify the
grammar, and includes updates to the documentation and regression tests.
Applied to HEAD.

-Neil


Вложения

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

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