CSN wrote:
> For this to work, make sure that:
> . the cube source directory is in the postgres contrib
> directory
> . the user running "make install" has postgres
> administrative authority
> . this user's environment defines the PGLIB and PGDATA
> variables and has
> postgres binaries in the P
Ah, that should work.
The README for contrib/cube states:
To install the type, run
make
make install
For this to work, make sure that:
. the cube source directory is in the postgres contrib
directory
. the user running "make install" has postgres
administrative authority
. this