From c281847fcdedc035fde5420ccb51091b0059dbbc Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 21 Jul 2000 17:58:49 +0000 Subject: [PATCH] More doc cleanups --- doc/src/sgml/ref/create_operator.sgml | 4 ++-- doc/src/sgml/ref/postgres-ref.sgml | 8 ++++---- doc/src/sgml/ref/psql-ref.sgml | 16 ++++++++-------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/src/sgml/ref/create_operator.sgml b/doc/src/sgml/ref/create_operator.sgml index c920822224..30cf27b397 100644 --- a/doc/src/sgml/ref/create_operator.sgml +++ b/doc/src/sgml/ref/create_operator.sgml @@ -1,5 +1,5 @@ @@ -393,7 +393,7 @@ MYBOXES.description === box '((0,0),(1,1))' Usage The following command defines a new operator, - area-equality, for the BOX data type. + area-equality, for the BOX data type: CREATE OPERATOR === ( diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml index fd79274669..c07ec0a5e6 100644 --- a/doc/src/sgml/ref/postgres-ref.sgml +++ b/doc/src/sgml/ref/postgres-ref.sgml @@ -1,5 +1,5 @@ @@ -126,7 +126,7 @@ postgres [ -B nBuffers ] [ -C ] [ - Override restrictions, so system table structures can be modified. These tables are typically those with a leading - "pg_" in the table name. + pg_ in the table name. @@ -136,9 +136,9 @@ postgres [ -B nBuffers ] [ -C ] [ - Ignore system indexes to scan/update system - tuples. REINDEX for system tables/indexes + tuples. The REINDEX for system tables/indexes requires this option. System tables are - typically those with a leading "pg_" in the + typically those with a leading pg_ in the table name. diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 198c721826..d1f554be25 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -491,8 +491,8 @@ testdb=> The new query buffer is then re-parsed according to the normal rules of psql, where the whole buffer is treated as - a single line. (Thus you cannot make scripts this way, - use \i for that.) This means also that + a single line. (Thus you cannot make scripts this way. + Use \i for that.) This means also that if the query ends with (or rather contains) a semicolon, it is immediately executed. In other cases it will merely wait in the query buffer. @@ -551,8 +551,8 @@ Tue Oct 26 21:40:57 CEST 1999 - Sets the field separator for unaligned query output. The default is | - (a pipe symbol). See also \pset for a generic way + Sets the field separator for unaligned query output. The default is +pipe (|). See also \pset for a generic way of setting output options. @@ -1533,7 +1533,7 @@ Access permissions for database "test" As of version 7.0, psql automatically issues a password prompt whenever the backend requests password authentication. - Because this is currently based on a hack, the automatic + Because this is currently based on a hack, the automatic recognition might mysteriously fail, hence this option to force a prompt. If no password prompt is issued and the backend requires password authentication the connection attempt will fail. @@ -2148,7 +2148,7 @@ $ ./configure --with-includes=/opt/gnu/include --with-libs=/opt/gnu/lib ... The first example shows how to spread a query over several lines of input. - Notice the changing prompt. + Notice the changing prompt: testdb=> CREATE TABLE my_table ( testdb(> first integer not null default 0, @@ -2186,7 +2186,7 @@ peter@localhost testdb=> SELECT * FROM my_table; Notice how the int4 colums in right aligned while the text column in left aligned. You can make this table look differently by using the \pset - command. + command: peter@localhost testdb=> \pset border 2 Border style is 2. -- 2.40.0