summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2000-10-08 19:44:01 +0000
committerBruce Momjian2000-10-08 19:44:01 +0000
commitf38e4747a56a277224a63c6193b6febf0874f130 (patch)
treef5c8b184a1dd4926e7ad54c04f24806725e581fe
parent5383b5d8ed6da5c90bcbdb63401b7d1d75db563d (diff)
initlocation must set env before postmaster start.
-rw-r--r--doc/src/sgml/manage.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/manage.sgml b/doc/src/sgml/manage.sgml
index 17e999f4acd..43e21b30ef3 100644
--- a/doc/src/sgml/manage.sgml
+++ b/doc/src/sgml/manage.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/Attic/manage.sgml,v 1.11 2000/09/29 20:21:34 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/Attic/manage.sgml,v 1.12 2000/10/08 19:44:01 momjian Exp $
-->
<Chapter Id="manage">
@@ -88,7 +88,7 @@ ERROR: CREATE DATABASE: Permission denied.
<Para>
Alternate database locations are created and referenced by an environment variable
which gives the absolute path to the intended storage location.
- This environment variable must have been defined before the backend was started
+ This environment variable must have been defined before the postmaster was started
and the location it points to must be writable by the postgres administrator account.
Consult with the site administrator
regarding preconfigured alternate database locations.