Hi, i need in PostgreSQL the connectby function.
This is standart PostgreSQL sources in path /contrib/tablefunc. But in your installation can't locate this library for tablefunc. Is it possible with some methode installing it, or do i have to recompile PostgreSQL again all by myself ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I installed this morning Postgresql for mac release 8.2.3 without problems.
But, I need to use contrib tools like ltree and pgcrypto.
Can you explain me How I can do it please.
Must I download Postgresql-8.2.3 from postgresql.org and compile this like you said?
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, i need in PostgreSQL the connectby function.
This is standart PostgreSQL sources in path /contrib/tablefunc. But in your installation can't locate this library for tablefunc. Is it possible with some methode installing it, or do i have to recompile PostgreSQL again all by myself ?
You only need the Contrib package. I hope to get this added to the distribution, but at this point you will need to do it yourself.
You can compile this in, use the the ./configure --prefix=/Library/PostgreSQL8 option and the make; make install; and you are good to go.
You will want to sudo the make install to ensure you have permissions to install it.
Hie,
I installed this morning Postgresql for mac release 8.2.3 without problems.
But, I need to use contrib tools like ltree and pgcrypto.
Can you explain me How I can do it please.
Must I download Postgresql-8.2.3 from postgresql.org and compile this like you said?
Thank you