Re: hstores in pl/python - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: hstores in pl/python
Date
Msg-id AANLkTi=FcWg+u1_F3EavnBwO49rWV0TQabmRD33PAq_R@mail.gmail.com
Whole thread Raw
In response to Re: hstores in pl/python  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
2010/12/14 Tom Lane <tgl@sss.pgh.pa.us>:
> Pavel Stehule <pavel.stehule@gmail.com> writes:
>>> On Mon, Dec 13, 2010 at 9:16 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>>>> and (b) how do you identify which type OID
>>>> is really hstore?  ("The one named hstore" is the wrong answer.)

COM architecture uses a uuid, but Microsoft leaves this idea.

can we identify installed extension? not now. Then if there is hstore
extension, then type hstore should be correct.

Has a extension some descriptor? like org/postgresql/contrib/hstore ??

Regards

Pavel

>
>> we can search a OID function descriptor. If you know a name and
>> parameter's type, then isn't a problem detect function. It can be
>> based on  FuncnameGetCandidates.
>
> You haven't noticed the circularity in that argument?
>

sorry - I didn't understand well.


>                        regards, tom lane
>


pgsql-hackers by date:

Previous
From: Itagaki Takahiro
Date:
Subject: Re: SQL/MED - file_fdw
Next
From: Jan Urbański
Date:
Subject: Re: hstores in pl/python