Re: Inconsistent Errors on Row Comparisons
- From: "David E. Wheeler" <david(at)kineticode(dot)com>
- To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- Cc: pgsql-hackers Hackers <pgsql-hackers(at)postgresql(dot)org>
- Subject: Re: Inconsistent Errors on Row Comparisons
- Date: Tue, 30 Jun 2009 13:09:26 -0700
- Message-id: <5177BFE8-62A3-45D5-9F0B-36364148C9D7@kineticode.com> <text/plain>
On Jun 30, 2009, at 11:48 AM, Tom Lane wrote:
Is there a way
to get a RECORD object to tell me what data types it contains?
Not at the SQL level. Of course, if you're writing C, you can do
something similar to what record_eq and friends do.
Pity. I'm trying to keep C out of pgTAP (for the most part) so that
folks can just distribute a copy of it with their modules. But I can
at least include that information in the diagnostics from set_eq().
Best,
David
Home |
Main Index |
Thread Index