Make installation instructions match reality.
authorPeter Eisentraut
Mon, 12 Jul 2004 22:12:34 +0000 (22:12 +0000)
committerPeter Eisentraut
Mon, 12 Jul 2004 22:12:34 +0000 (22:12 +0000)
contrib/cube/README.cube
contrib/seg/README.seg

index c4ad7b33b5ac739fdf1597bcb3fbe9c930335ec8..3f130c476996051906b5ca51c291d9e50fde7152 100644 (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:
index 99ae8648cda258c32cb66a8921f19309341b6920..f899b9394d1d24d98a91cb5b67f2f126899fbe96 100644 (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