Re: binary array and record recv

From: Andrew Chernow <ac(at)esilo(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Merlin Moncure <mmoncure(at)gmail(dot)com>
Subject: Re: binary array and record recv
Date: 2007-12-18 15:43:12
Message-ID: 4767EA90.7010209@esilo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2007-12-18 15:49:32 Re: V8.3.0: PQprepare()/PQexecPrepared() and DECLARE CURSOR
Previous Message Martijn van Oosterhout 2007-12-18 15:38:47 Re: ecxt_scantuple has wrong TupleDesc