mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
Make installation instructions match reality.
This commit is contained in:
parent
b6335b4fb4
commit
8b6f76af46
@ -29,12 +29,8 @@ To install the type, run
|
|||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
||||||
For this to work, make sure that:
|
The user running "make install" may need root access; depending on how you
|
||||||
|
configured the PostgreSQL installation paths.
|
||||||
. 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.
|
|
||||||
|
|
||||||
This only installs the type implementation and documentation. To make the
|
This only installs the type implementation and documentation. To make the
|
||||||
type available in any particular database, as a postgres superuser do:
|
type available in any particular database, as a postgres superuser do:
|
||||||
|
@ -84,12 +84,8 @@ To install the type, run
|
|||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
||||||
For this to work, make sure that:
|
The user running "make install" may need root access; depending on how you
|
||||||
|
configured the PostgreSQL installation paths.
|
||||||
. 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.
|
|
||||||
|
|
||||||
This only installs the type implementation and documentation. To make the
|
This only installs the type implementation and documentation. To make the
|
||||||
type available in any particular database, do
|
type available in any particular database, do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user