File tree 2 files changed +4
-12
lines changed
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
29
29
make
30
30
make install
31
31
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.
38
34
39
35
This only installs the type implementation and documentation. To make the
40
36
type 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
84
84
make
85
85
make install
86
86
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.
93
89
94
90
This only installs the type implementation and documentation. To make the
95
91
type available in any particular database, do
You can’t perform that action at this time.
0 commit comments