From a4ac2f458e8cb76177254f4bd7bbd885991379af Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Tue, 6 Jul 1999 17:16:42 +0000 Subject: Fix markup for docbook2man man page generation. No big deal; fixed lots of other markup at the same time. Bigest change: make sure there is no whitespace in front of contents. This will probably help the other output types too. --- doc/src/sgml/ref/postgres-ref.sgml | 90 ++++++++++---------------------------- 1 file changed, 24 insertions(+), 66 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 2a14bcb98c0..57775152f89 100644 --- a/doc/src/sgml/ref/postgres-ref.sgml +++ b/doc/src/sgml/ref/postgres-ref.sgml @@ -36,9 +36,7 @@ postgres [ -B nBuffers ] [ -C ] [ - - - dbname - + dbname The optional argument @@ -53,9 +51,7 @@ postgres [ -B nBuffers ] [ -C ] [ - - - -B nBuffers - + -B nBuffers If the backend is running under the @@ -72,9 +68,7 @@ postgres [ -B nBuffers ] [ -C ] [ - - - -C - + -C Do not show the server version number. @@ -83,9 +77,7 @@ postgres [ -B nBuffers ] [ -C ] [ - - - -D DataDir - + -D DataDir Specifies the directory to use as the root of the tree of database @@ -102,9 +94,7 @@ postgres [ -B nBuffers ] [ -C ] [ - - - -E - + -E Echo all queries. @@ -113,9 +103,7 @@ postgres [ -B nBuffers ] [ -C ] [ - - - -F - + -F Disable an automatic fsync() call after each transaction. @@ -128,9 +116,7 @@ postgres [ -B nBuffers ] [ -C ] [ - - - -O - + -O Override restrictions, so system table structures can be modified. @@ -140,9 +126,7 @@ postgres [ -B nBuffers ] [ -C ] [ - - - -Q - + -Q Specifies "quiet" mode. @@ -151,9 +135,7 @@ postgres [ -B nBuffers ] [ -C ] [ - - - -S SortSize - + -S SortSize Specifies the amount of memory to be used by internal sorts and hashes @@ -168,9 +150,7 @@ postgres [ -B nBuffers ] [ -C ] [ - - - -d [ DebugLevel ] - + -d [ DebugLevel ] The optional argument DebugLevel @@ -191,9 +171,7 @@ postgres [ -B nBuffers ] [ -C ] [ - - - -e - + -e This option controls how dates are interpreted upon @@ -214,9 +192,7 @@ postgres [ -B nBuffers ] [ -C ] [ - - - -o OutputFile - + -o OutputFile Sends all debugging and error output to @@ -232,9 +208,7 @@ postgres [ -B nBuffers ] [ -C ] [ - - - -s - + -s Print time information and other statistics at the end of each query. @@ -245,9 +219,7 @@ postgres [ -B nBuffers ] [ -C ] [ - - - -v protocol - + -v protocol Specifies the number of the frontend/backend protocol to be used for this @@ -271,9 +243,7 @@ postgres [ -B nBuffers ] [ -C ] [ - - - -A n|r|b|Q\fIn\fP|X\fIn\fP - + -A n|r|b|Q\fIn\fP|X\fIn\fP This option generates a tremendous amount of output. @@ -282,9 +252,7 @@ postgres [ -B nBuffers ] [ -C ] [ - - - -L - + -L Turns off the locking system. @@ -293,9 +261,7 @@ postgres [ -B nBuffers ] [ -C ] [ - - - -N - + -N Disables use of newline as a query delimiter. @@ -304,9 +270,7 @@ postgres [ -B nBuffers ] [ -C ] [ - - - -f [ s | i | m | n | h ] - + -f [ s | i | m | n | h ] Forbids the use of particular scan and join methods: @@ -328,9 +292,7 @@ postgres [ -B nBuffers ] [ -C ] [ - - - -i - + -i Prevents query execution, but shows the plan tree. @@ -339,9 +301,7 @@ postgres [ -B nBuffers ] [ -C ] [ - - - -p dbname - + -p dbname Indicates to the backend server that it has been started by a @@ -354,9 +314,7 @@ postgres [ -B nBuffers ] [ -C ] [ - - - -t pa[rser] | pl[anner] | e[xecutor] - + -t pa[rser] | pl[anner] | e[xecutor] Print timing statistics for each query relating to each of the major @@ -381,9 +339,9 @@ postgres [ -B nBuffers ] [ -C ] [ - - - semget: No space left on device - + +semget: No space left on device + If you see this message, you should run the -- cgit v1.2.3