Re: Inconsistent Errors on Row Comparisons

From: "David E(dot) 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: 2009-06-30 20:09:26
Message-ID: 5177BFE8-62A3-45D5-9F0B-36364148C9D7@kineticode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David E. Wheeler 2009-06-30 20:10:01 Re: Inconsistent Errors on Row Comparisons
Previous Message David E. Wheeler 2009-06-30 20:08:27 Re: Inconsistent Errors on Row Comparisons