Re: libpq and prepared statements progress for 8.0

Поиск
Список
Период
Сортировка
От David Wheeler
Тема Re: libpq and prepared statements progress for 8.0
Дата
Msg-id 36E75DCC-0998-11D9-BC11-000A95B9602E@kineticode.com
обсуждение исходный текст
Ответ на Re: libpq and prepared statements progress for 8.0  (Oliver Jowett <oliver@opencloud.com>)
Ответы Re: libpq and prepared statements progress for 8.0  (Oliver Jowett <oliver@opencloud.com>)
Список pgsql-hackers
On Sep 17, 2004, at 6:23 PM, Oliver Jowett wrote:

>> template1=> prepare s1(int) as select typname from pg_type where oid 
>> = $1;
>> PREPARE
>> template1=> execute s1('16');
>>  typname ---------
>>  bool
>> (1 row)

You're still telling it the type via that int.

Regards,

David



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

Предыдущее
От: "Jeroen T. Vermeulen"
Дата:
Сообщение: Re: transaction idle timeout in 7.4.5 and 8.0.0beta2
Следующее
От: Tom Lane
Дата:
Сообщение: Re: transaction idle timeout in 7.4.5 and 8.0.0beta2