Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

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

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group