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

Started by Wen Yiover 3 years ago4 messagesgeneral
Jump to latest
#1Wen Yi
chuxuec@outlook.com

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.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Wen Yi (#1)
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

#3Wen Yi
chuxuec@outlook.com
In reply to: Tom Lane (#2)
Re: [Beginner Question]Where can I get the source of hstore?

Thank you very much!
Yours,
BeginnerC

获取Outlook for Android<https://aka.ms/AAb9ysg&gt;
________________________________
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

#4Adrian Klaver
adrian.klaver@aklaver.com
In reply to: Wen Yi (#1)
Re: [Beginner Question]Where can I get the source of hstore?

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