From 8cc55b1c0fbf9a2e01d14311716b59d19314126e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 9 Mar 2011 09:18:44 -0500 Subject: Improve wording of initdb and pg_controldata manual pages. gabrielle --- doc/src/sgml/ref/postgres-ref.sgml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'doc/src/sgml/ref/postgres-ref.sgml') diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml index 4437bf89970..d332cbae1d8 100644 --- a/doc/src/sgml/ref/postgres-ref.sgml +++ b/doc/src/sgml/ref/postgres-ref.sgml @@ -66,9 +66,9 @@ PostgreSQL documentation The postgres command can also be called in single-user mode. The primary use for this mode is during bootstrapping by . Sometimes it is used - for debugging or disaster recovery (but note that running a single-user + for debugging or disaster recovery; note that running a single-user server is not truly suitable for debugging the server, since no - realistic interprocess communication and locking will happen). + realistic interprocess communication and locking will happen. When invoked in single-user mode from the shell, the user can enter queries and the results will be printed to the screen, but in a form that is more useful @@ -413,8 +413,8 @@ PostgreSQL documentation - Ignore system indexes when reading system tables (but still update - the indexes when modifying the tables). This is useful when + Ignore system indexes when reading system tables, but still update + the indexes when modifying the tables. This is useful when recovering from damaged system indexes. @@ -763,13 +763,11 @@ PostgreSQL documentation To start postgres with a specific - port: + port, e.g. 1234: $ postgres -p 1234 - This command will start up postgres - communicating through the port 1234. In order to connect to this - server using psql, you would need to run it as + To connect to this server using psql, specify this port with the -p option: $ psql -p 1234 -- cgit v1.2.3