Re: binary array and record recv

Поиск
Список
Период
Сортировка
От Andrew Chernow
Тема Re: binary array and record recv
Дата
Msg-id 4767EA90.7010209@esilo.com
обсуждение исходный текст
Ответ на binary array and record recv  (Andrew Chernow <ac@esilo.com>)
Список pgsql-hackers
 >> PQlookupOid(PGconn *conn, char **type_names, Oid *oids, int count);

We are backing away from this (not such a great idea).  We are actually 
working hard at removing Oid dependencies from our PGparam idea.  We 
think it is more generic to make the server allow InvalidOid for 
composites and array elmtypes, as Oids can change from server to server.

andrew & merlin
eSilo


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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: ecxt_scantuple has wrong TupleDesc
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: V8.3.0: PQprepare()/PQexecPrepared() and DECLARE CURSOR