Re: OO Patch
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Hannu Krosing <hannu@tm.ee>
Cc: Chris Bitmead <chrisb@nimrod.itg.telstra.com.au>, Peter Eisentraut <peter_e@gmx.net>, Chris <chris@bitmead.com>, Postgres Hackers List <hackers@postgresql.org>
Date: 2000-05-19T21:20:01Z
Lists: pgsql-hackers
Hannu Krosing <hannu@tm.ee> writes: >> Certainly libpq is unprepared to support >> multiple tuple types returned in one SELECT > IIRC Bruce removed that feature in Pg95 days claiming that it would > not be needed. If backend starts to support it again it would be > relatively easy to put back in. Would it? libpq's internals might not care much, but it seems to me that a rather significant API change would be needed, thus risking breaking client applications. I'd want to see how the libpq API changes before deciding how easy or hard this is ... regards, tom lane