Re: binary array and record recv - Mailing list pgsql-hackers

From Andrew Chernow
Subject Re: binary array and record recv
Date
Msg-id 4767EA90.7010209@esilo.com
Whole thread Raw
In response to binary array and record recv  (Andrew Chernow <ac@esilo.com>)
List 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 by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: ecxt_scantuple has wrong TupleDesc
Next
From: Andrew Dunstan
Date:
Subject: Re: V8.3.0: PQprepare()/PQexecPrepared() and DECLARE CURSOR