Re: Inconsistent Errors on Row Comparisons

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "David E(dot) Wheeler" <david(at)kineticode(dot)com>
Cc: pgsql-hackers Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Inconsistent Errors on Row Comparisons
Date: 2009-06-30 18:48:26
Message-ID: 23743.1246387706@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"David E. Wheeler" <david(at)kineticode(dot)com> writes:
> 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.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2009-06-30 18:54:15 Re: Inconsistent Errors on Row Comparisons
Previous Message Tom Lane 2009-06-30 18:46:12 Re: Inconsistent Errors on Row Comparisons