Re: hstores in pl/python

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Jan Urbański <wulczer(at)wulczer(dot)org>, Postgres - Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: hstores in pl/python
Date: 2010-12-14 07:05:07
Message-ID: AANLkTi=FcWg+u1_F3EavnBwO49rWV0TQabmRD33PAq_R@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2010/12/14 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>:
> Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> writes:
>>> On Mon, Dec 13, 2010 at 9:16 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Urbański 2010-12-14 07:37:45 Re: hstores in pl/python
Previous Message Itagaki Takahiro 2010-12-14 06:51:18 Re: SQL/MED - file_fdw