From be6e7717db53812248d89c2ee798bb80e54a00ee Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Fri, 26 May 2000 15:47:18 +0000
Subject: Fix \h SELECT to not show SELECT INTO.
---
doc/src/sgml/ref/initlocation.sgml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/ref/initlocation.sgml b/doc/src/sgml/ref/initlocation.sgml
index 92b57502ef6..3f0bbad5793 100644
--- a/doc/src/sgml/ref/initlocation.sgml
+++ b/doc/src/sgml/ref/initlocation.sgml
@@ -1,5 +1,5 @@
@@ -95,6 +95,11 @@ initlocation directory
To create a database in an alternate location, using an environment variable:
$ export PGDATA2=/opt/postgres/data
+
+Start and stop postmaster so it sees the $PGDATA2 environment variable.
+The system must be configured so the postmaster sees $PGDATA2 every time it
+starts.
+
$ initlocation PGDATA2
$ createdb -D 'PGDATA2' 'testdb'
--
cgit v1.2.3