File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff 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
3935This only installs the type implementation and documentation. To make the
4036type available in any particular database, as a postgres superuser do:
Original file line number Diff line number Diff 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
9490This only installs the type implementation and documentation. To make the
9591type available in any particular database, do
You can’t perform that action at this time.
0 commit comments