Make installation instructions match reality.

This commit is contained in:
Peter Eisentraut 2004-07-12 22:12:34 +00:00
parent b6335b4fb4
commit 8b6f76af46
2 changed files with 4 additions and 12 deletions

View File

@ -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:

View File

@ -84,12 +84,8 @@ To install the type, run
make
make install
For this to work, make sure that:
. the seg 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, do