Re: inferred param types for PREPARE

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: inferred param types for PREPARE
Дата
Msg-id 1137386001.9145.65.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: inferred param types for PREPARE  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
On Sun, 2006-01-15 at 17:33 -0500, Tom Lane wrote:
> BTW, I wonder whether it wouldn't be a better idea to declare the
> pg_prepared_statement view's parameter_types column as regtype[]
> instead of oid[].

Yeah, good point -- I had thought that using type names would be
ambiguous in the presence of schemas, but of course regtype solves that
problem. Attached is a patch that implements this -- barring any
objections I'll apply this tomorrow.

-Neil


Вложения

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

Предыдущее
От: David Fetter
Дата:
Сообщение: Uninstall scripts for contrib
Следующее
От: Neil Conway
Дата:
Сообщение: Re: Uninstall scripts for contrib