From 651a639b8b900a1f9f7ffc27161d2866ddc00a2a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 28 Nov 2001 20:49:10 +0000 Subject: proof-reading --- doc/src/sgml/ref/postgres-ref.sgml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 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 00207b20f79..48ff1cb007c 100644 --- a/doc/src/sgml/ref/postgres-ref.sgml +++ b/doc/src/sgml/ref/postgres-ref.sgml @@ -1,5 +1,5 @@ @@ -99,7 +99,7 @@ Postgres documentation queries and the results will be printed to the screen, but in a form that is more useful for developers than end users. But note that running a single-user backend is not truly suitable for - debugging the server since no realistic inter-process communication + debugging the server since no realistic interprocess communication and locking will happen. @@ -355,7 +355,7 @@ Postgres documentation Usage - Start a standalone backend with a command like + Start a stand-alone backend with a command like postgres -D $PGDATA other-options my_database @@ -365,7 +365,7 @@ Postgres documentation - Normally, the standalone backend treats newline as the command + Normally, the stand-alone backend treats newline as the command entry terminator; there is no intelligence about semicolons, as there is in psql. To continue a command across multiple lines, you must type backslash just before each @@ -374,19 +374,22 @@ Postgres documentation But if you use the - The standalone backend does not have readline input processing - (no command history, for example). + To quit the session, type EOF + (ControlD, usually). + If you've + used - To quit the backend, type EOF (control-D, usually). If you've - used -- cgit v1.2.3