Re: [GENERAL] How to include Tablefunc as an extension

2012-06-21 Thread Stefan Schwarzer
>> I do as indicated in Kyngchaos ReadMe file: > >>export PATH="/usr/local/pgsql-9.1/bin:$PATH" >>export USE_PGXS=1 >>make >>sudo make install > > I'm beginning to wonder who are Kyngchaos and whether they are competent > at all. They obviously didn't test the above advice. It d

Re: [GENERAL] How to include Tablefunc as an extension

2012-06-21 Thread Tom Lane
Stefan Schwarzer writes: > I do as indicated in Kyngchaos ReadMe file: > export PATH="/usr/local/pgsql-9.1/bin:$PATH" > export USE_PGXS=1 > make > sudo make install I'm beginning to wonder who are Kyngchaos and whether they are competent at all. They obviously didn't test the ab

Re: [GENERAL] How to include Tablefunc as an extension

2012-06-20 Thread Stefan Schwarzer
I read through the Postgres doc and many Google results, but it seems still unclear to me how to include additional packages into my postgres database. I see that there are a few installed under "/usr/local/pgsql-9.1/share/extension/" (I am on Lion and installed the Kyngcha

Re: [GENERAL] How to include Tablefunc as an extension

2012-06-19 Thread Hitoshi Harada
On Mon, Jun 18, 2012 at 11:34 PM, Stefan Schwarzer wrote: > >>> I read through the Postgres doc and many Google results, but it seems >>> still unclear to me how to include additional packages into my postgres >>> database. I see that there are a few installed under >>> "/usr/local/pgsql-9.1/share

Re: [GENERAL] How to include Tablefunc as an extension

2012-06-18 Thread Stefan Schwarzer
>> I read through the Postgres doc and many Google results, but it seems >> still unclear to me how to include additional packages into my postgres >> database. I see that there are a few installed under >> "/usr/local/pgsql-9.1/share/extension/" (I am on Lion and installed the >> Kyngchaos libs).

Re: [GENERAL] How to include Tablefunc as an extension

2012-06-18 Thread Chris Travers
On Mon, Jun 18, 2012 at 7:36 AM, Tomas Vondra wrote: > On 18 Červen 2012, 16:29, Stefan Schwarzer wrote: >> Hello, >> >> >> >> I read through the Postgres doc and many Google results, but it seems >> still unclear to me how to include additional packages into my postgres >> database. I see that th

Re: [GENERAL] How to include Tablefunc as an extension

2012-06-18 Thread Tomas Vondra
On 18 Červen 2012, 16:29, Stefan Schwarzer wrote: > Hello, > > > > I read through the Postgres doc and many Google results, but it seems > still unclear to me how to include additional packages into my postgres > database. I see that there are a few installed under > "/usr/local/pgsql-9.1/share/ext

[GENERAL] How to include Tablefunc as an extension

2012-06-18 Thread Stefan Schwarzer
Hello, I read through the Postgres doc and many Google results, but it seems still unclear to me how to include additional packages into my postgres database. I see that there are a few installed under "/usr/local/pgsql-9.1/share/extension/" (I am on Lion and installed the Kyngchaos libs).