Re: Getting the oid of an anyelement

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Scott Bailey <artacus(at)comcast(dot)net>
Cc: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Getting the oid of an anyelement
Date: 2009-09-10 19:01:41
Message-ID: 6489.1252609301@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Scott Bailey <artacus(at)comcast(dot)net> writes:
> Specifically, I'm trying to make a function like Oracle's dump that will
> take anything as input and return the internal representation of it. So
> I want to determine what type was passed in and call the appropriate
> send function.

You would need to write that in C.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2009-09-10 19:46:17 Re: Getting the oid of an anyelement
Previous Message Tom Lane 2009-09-10 18:55:18 Re: Unable to drop a table due to seemingly non-existent dependencies