diff options
author | Peter Eisentraut | 2004-07-12 22:12:34 +0000 |
---|---|---|
committer | Peter Eisentraut | 2004-07-12 22:12:34 +0000 |
commit | 8b6f76af46ad49bfcac3136361aa046183de3b2b (patch) | |
tree | 61f0a322a5f07b08af9aa98e71a91f3c575bcaea /contrib/cube/README.cube | |
parent | b6335b4fb405c56af5df6c339cbc8284293df37c (diff) |
Make installation instructions match reality.
Diffstat (limited to 'contrib/cube/README.cube')
-rw-r--r-- | contrib/cube/README.cube | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/contrib/cube/README.cube b/contrib/cube/README.cube index c4ad7b33b5a..3f130c47699 100644 --- a/contrib/cube/README.cube +++ b/contrib/cube/README.cube @@ -29,12 +29,8 @@ 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 user's environment defines the PGLIB and PGDATA variables and has - postgres binaries in the PATH. +The user running "make install" may need root access; depending on how you +configured the PostgreSQL installation paths. This only installs the type implementation and documentation. To make the type available in any particular database, as a postgres superuser do: |