Обсуждение: [Beginner Question]Where can I get the source of hstore?

Поиск
Список
Период
Сортировка

[Beginner Question]Where can I get the source of hstore?

От
Wen Yi
Дата:
Hi community,
I want to do some research on the hstore,but I can't find its source.
(My postgres distribution doesn't come with this extension)
I have looked it up in github,but gained nothing.
Can anyone provide me a copy of its code?Or just give a link to me?
Thanks in advance!
Yours,
BeginnerC.

Re: [Beginner Question]Where can I get the source of hstore?

От
Tom Lane
Дата:
Wen Yi <chuxuec@outlook.com> writes:
> I want to do some research on the hstore,but I can't find its source.

It's in the Postgres source distribution, under contrib/hstore/

            regards, tom lane



Re: [Beginner Question]Where can I get the source of hstore?

От
Wen Yi
Дата:
Thank you very much!
Yours,
BeginnerC


From: Tom Lane <tgl@sss.pgh.pa.us>
Sent: Sunday, September 11, 2022 10:44:37 AM
To: Wen Yi <chuxuec@outlook.com>
Cc: pgsql-general <pgsql-general@postgresql.org>
Subject: Re: [Beginner Question]Where can I get the source of hstore?
 
Wen Yi <chuxuec@outlook.com> writes:
> I want to do some research on the hstore,but I can't find its source.

It's in the Postgres source distribution, under contrib/hstore/

                        regards, tom lane

Re: [Beginner Question]Where can I get the source of hstore?

От
Adrian Klaver
Дата:
On 9/10/22 19:40, Wen Yi wrote:
> Hi community,
> I want to do some research on the hstore,but I can't find its source.
> (My postgres distribution doesn't come with this extension)
> I have looked it up in github,but gained nothing.
> Can anyone provide me a copy of its code?Or just give a link to me?

Search term "postgresql hstore source", first item returned:

https://doxygen.postgresql.org/hstore_8h_source.html

I am not seeing a bright future for your research, if the effort put 
into so far is any indication.


> Thanks in advance!
> Yours,
> BeginnerC.


-- 
Adrian Klaver
adrian.klaver@aklaver.com