diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-08-17 02:43:08 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-08-17 02:43:08 +0000 |
commit | 6945ea34457822d487b73579cf0ff971c3ba0e88 (patch) | |
tree | 34bf00b84fd16a136fa13a28127354bdb5382766 /doc/src | |
parent | a208ea72bced456c4234644e4c9eda8969e8bdc9 (diff) | |
download | postgresql-6945ea34457822d487b73579cf0ff971c3ba0e88.tar.gz postgresql-6945ea34457822d487b73579cf0ff971c3ba0e88.zip |
Move pg_controldata to /bin.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_controldata.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_controldata.sgml b/doc/src/sgml/ref/pg_controldata.sgml index 96e1bea55be..7b4be8c968b 100644 --- a/doc/src/sgml/ref/pg_controldata.sgml +++ b/doc/src/sgml/ref/pg_controldata.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_controldata.sgml,v 1.2 2002/08/16 20:36:25 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_controldata.sgml,v 1.3 2002/08/17 02:43:08 momjian Exp $ PostgreSQL documentation --> @@ -33,7 +33,8 @@ PostgreSQL documentation </para> <para> - This utility may only be run by the user who installed the server. + This utility may only be run by the user who installed the server because + it requires read access to the <literal>datadir</>. You can specify the data directory on the command line, or use the environment variable <envar>PGDATA</>. </para> |