Re: Getting the oid of an anyelement - Mailing list pgsql-general

From Pavel Stehule
Subject Re: Getting the oid of an anyelement
Date
Msg-id 162867790909101246h72e7f555t47dfb1a26f06d0d0@mail.gmail.com
Whole thread Raw
In response to Re: Getting the oid of an anyelement  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
2009/9/10 Tom Lane <tgl@sss.pgh.pa.us>:
> Scott Bailey <artacus@comcast.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.
>

You don't need write it.  orafce has it.

http://archives.postgresql.org/pgsql-committers/2009-02/msg00197.php

regards
Pavel Stehule

>                        regards, tom lane
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Getting the oid of an anyelement
Next
From: Scott Bailey
Date:
Subject: Re: Getting the oid of an anyelement