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

2022-09-10 Thread 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? S

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

2022-09-10 Thread Wen Yi
Thank you very much! Yours, BeginnerC 获取Outlook for Android From: Tom Lane Sent: Sunday, September 11, 2022 10:44:37 AM To: Wen Yi Cc: pgsql-general Subject: Re: [Beginner Question]Where can I get the source of hstore? Wen Yi writes: >

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

2022-09-10 Thread Tom Lane
Wen Yi 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

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

2022-09-10 Thread 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: pgBackRest on MacOS

2022-09-10 Thread Ron
On 9/10/22 07:31, Marc wrote: Has anybody pgbackrest running on MacOS ( Monterey ? ) If yes are you willing to share the how to ? Or can anybody guide us to an “easy” how to ? It's written in Perl, so installation from source should be easy. https://github.com/pgbackrest/pgbackrest/tree/main

pgBackRest on MacOS

2022-09-10 Thread Marc
Has anybody pgbackrest running on MacOS ( Monterey ? ) If yes are you willing to share the how to ? Or can anybody guide us to an “easy” how to ? Many thanks in advance, Marc