Re: the parsing of parameters

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: the parsing of parameters
Дата
Msg-id 29400.1021050878@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: the parsing of parameters  (Jan Wieck <janwieck@yahoo.com>)
Ответы Re: the parsing of parameters  (Jan Wieck <janwieck@yahoo.com>)
Список pgsql-hackers
Jan Wieck <janwieck@yahoo.com> writes:
>> Hmm.  So your vision of PREPARE would allow the backend to reply
>> with a list of parameter types.  How would you envision that working
>> exactly?

>     I  guess there's some sort of statement identifier you use to
>     refer to something you've prepared. Wouldn't a function  call
>     returning a list of names or type oid's be sufficient?

I was thinking of having the type names returned unconditionally,
perhaps like a SELECT result (compare the new behavior of EXPLAIN).
But if we assume that this won't be a commonly used feature, maybe
a separate inquiry operation is better.
        regards, tom lane


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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: the parsing of parameters
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Unbounded (Possibly) Database Size Increase - Test Case