Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8b6f76a

Browse files
committed
Make installation instructions match reality.
1 parent b6335b4 commit 8b6f76a

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

contrib/cube/README.cube

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,8 @@ To install the type, run
2929
make
3030
make install
3131

32-
For this to work, make sure that:
33-
34-
. the cube source directory is in the postgres contrib directory
35-
. the user running "make install" has postgres administrative authority
36-
. this user's environment defines the PGLIB and PGDATA variables and has
37-
postgres binaries in the PATH.
32+
The user running "make install" may need root access; depending on how you
33+
configured the PostgreSQL installation paths.
3834

3935
This only installs the type implementation and documentation. To make the
4036
type available in any particular database, as a postgres superuser do:

contrib/seg/README.seg

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,8 @@ To install the type, run
8484
make
8585
make install
8686

87-
For this to work, make sure that:
88-
89-
. the seg source directory is in the postgres contrib directory
90-
. the user running "make install" has postgres administrative authority
91-
. this user's environment defines the PGLIB and PGDATA variables and has
92-
postgres binaries in the PATH.
87+
The user running "make install" may need root access; depending on how you
88+
configured the PostgreSQL installation paths.
9389

9490
This only installs the type implementation and documentation. To make the
9591
type available in any particular database, do

0 commit comments

Comments
 (0)