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

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to