From 7c656baf15b0c4f0cd408ab8537949aff70387fd Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 21 Feb 2007 23:21:12 +0000 Subject: [PATCH] Remove tabs from SGML reference files, so their addition can be detected in the future. --- doc/src/sgml/ref/clusterdb.sgml | 32 +++++++++++------------ doc/src/sgml/ref/dropdb.sgml | 20 +++++++-------- doc/src/sgml/ref/droplang.sgml | 20 +++++++-------- doc/src/sgml/ref/initdb.sgml | 20 +++++++-------- doc/src/sgml/ref/pg_ctl-ref.sgml | 44 ++++++++++++++++---------------- doc/src/sgml/ref/pg_dumpall.sgml | 6 ++--- doc/src/sgml/ref/psql-ref.sgml | 34 ++++++++++++------------ doc/src/sgml/ref/reindexdb.sgml | 34 ++++++++++++------------ 8 files changed, 105 insertions(+), 105 deletions(-) diff --git a/doc/src/sgml/ref/clusterdb.sgml b/doc/src/sgml/ref/clusterdb.sgml index 86f63c4e40..7db333b749 100644 --- a/doc/src/sgml/ref/clusterdb.sgml +++ b/doc/src/sgml/ref/clusterdb.sgml @@ -1,5 +1,5 @@ @@ -66,7 +66,7 @@ PostgreSQL documentation - Cluster all databases. + Cluster all databases. @@ -76,12 +76,12 @@ PostgreSQL documentation - Specifies the name of the database to be clustered. - If this is not specified and (or - ) is not used, the database name is read - from the environment variable PGDATABASE. If - that is not set, the user name specified for the connection is - used. + Specifies the name of the database to be clustered. + If this is not specified and (or + ) is not used, the database name is read + from the environment variable PGDATABASE. If + that is not set, the user name specified for the connection is + used. @@ -92,7 +92,7 @@ PostgreSQL documentation Echo the commands that clusterdb generates - and sends to the server. + and sends to the server. @@ -112,7 +112,7 @@ PostgreSQL documentation - Cluster table only. + Cluster table only. @@ -130,9 +130,9 @@ PostgreSQL documentation - Specifies the host name of the machine on which the server is - running. If the value begins with a slash, it is used as the - directory for the Unix domain socket. + Specifies the host name of the machine on which the server is + running. If the value begins with a slash, it is used as the + directory for the Unix domain socket. @@ -142,9 +142,9 @@ PostgreSQL documentation - Specifies the TCP port or local Unix domain socket file - extension on which the server - is listening for connections. + Specifies the TCP port or local Unix domain socket file + extension on which the server + is listening for connections. diff --git a/doc/src/sgml/ref/dropdb.sgml b/doc/src/sgml/ref/dropdb.sgml index 40e2ade865..c96b2da6a5 100644 --- a/doc/src/sgml/ref/dropdb.sgml +++ b/doc/src/sgml/ref/dropdb.sgml @@ -1,5 +1,5 @@ @@ -60,7 +60,7 @@ PostgreSQL documentation dbname - Specifies the name of the database to be removed. + Specifies the name of the database to be removed. @@ -71,7 +71,7 @@ PostgreSQL documentation Echo the commands that dropdb generates - and sends to the server. + and sends to the server. @@ -108,10 +108,10 @@ PostgreSQL documentation - Specifies the host name of the machine on which the - server - is running. If the value begins with a slash, it is used - as the directory for the Unix domain socket. + Specifies the host name of the machine on which the + server + is running. If the value begins with a slash, it is used + as the directory for the Unix domain socket. @@ -121,9 +121,9 @@ PostgreSQL documentation - Specifies the TCP port or local Unix domain socket file - extension on which the server - is listening for connections. + Specifies the TCP port or local Unix domain socket file + extension on which the server + is listening for connections. diff --git a/doc/src/sgml/ref/droplang.sgml b/doc/src/sgml/ref/droplang.sgml index 3986b01dfc..ba590d430e 100644 --- a/doc/src/sgml/ref/droplang.sgml +++ b/doc/src/sgml/ref/droplang.sgml @@ -1,5 +1,5 @@ @@ -67,7 +67,7 @@ PostgreSQL documentation langname - Specifies the name of the backend programming language to be removed. + Specifies the name of the backend programming language to be removed. @@ -77,7 +77,7 @@ PostgreSQL documentation - Specifies from which database the language should be removed. + Specifies from which database the language should be removed. The default is to use the database with the same name as the current system user. @@ -117,10 +117,10 @@ PostgreSQL documentation - Specifies the host name of the machine on which the - server - is running. If host begins with a slash, it is used - as the directory for the Unix domain socket. + Specifies the host name of the machine on which the + server + is running. If host begins with a slash, it is used + as the directory for the Unix domain socket. @@ -130,9 +130,9 @@ PostgreSQL documentation - Specifies the Internet TCP/IP port or local Unix domain socket file - extension on which the server - is listening for connections. + Specifies the Internet TCP/IP port or local Unix domain socket file + extension on which the server + is listening for connections. diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index 985a79b36f..9c2e0b1d1d 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -1,5 +1,5 @@ @@ -237,11 +237,11 @@ PostgreSQL documentation - Print debugging output from the bootstrap backend and a few other + Print debugging output from the bootstrap backend and a few other messages of lesser interest for the general public. - The bootstrap backend is the program initdb - uses to create the catalog tables. This option generates a tremendous - amount of extremely boring output. + The bootstrap backend is the program initdb + uses to create the catalog tables. This option generates a tremendous + amount of extremely boring output. @@ -263,11 +263,11 @@ PostgreSQL documentation - By default, when initdb - determines that an error prevented it from completely creating the database - cluster, it removes any files it might have created before discovering - that it cannot finish the job. This option inhibits tidying-up and is - thus useful for debugging. + By default, when initdb + determines that an error prevented it from completely creating the database + cluster, it removes any files it might have created before discovering + that it cannot finish the job. This option inhibits tidying-up and is + thus useful for debugging. diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml index 791c37ea08..a7e1b7ec69 100644 --- a/doc/src/sgml/ref/pg_ctl-ref.sgml +++ b/doc/src/sgml/ref/pg_ctl-ref.sgml @@ -1,5 +1,5 @@ @@ -179,9 +179,9 @@ PostgreSQL documentation - Specifies the file system location of the database files. If - this is omitted, the environment variable - PGDATA is used. + Specifies the file system location of the database files. If + this is omitted, the environment variable + PGDATA is used. @@ -202,10 +202,10 @@ PostgreSQL documentation - Specifies the shutdown mode. mode - can be smart, fast, or - immediate, or the first letter of one of - these three. + Specifies the shutdown mode. mode + can be smart, fast, or + immediate, or the first letter of one of + these three. @@ -218,8 +218,8 @@ PostgreSQL documentation postgres command. - The options are usually surrounded by single or double - quotes to ensure that they are passed through as a group. + The options are usually surrounded by single or double + quotes to ensure that they are passed through as a group. @@ -228,12 +228,12 @@ PostgreSQL documentation - Specifies the location of the postgres - executable. By default the postgres executable is taken from the same - directory as pg_ctl, or failing that, the hard-wired - installation directory. It is not necessary to use this - option unless you are doing something unusual and get errors - that the postgres executable was not found. + Specifies the location of the postgres + executable. By default the postgres executable is taken from the same + directory as pg_ctl, or failing that, the hard-wired + installation directory. It is not necessary to use this + option unless you are doing something unusual and get errors + that the postgres executable was not found. @@ -253,9 +253,9 @@ PostgreSQL documentation Attempt to allow server crashes to produce core files, on platforms where this available, by lifting any soft resource limit placed on - them. - This is useful in debugging or diagnosing problems by allowing a - stack trace to be obtained from a failed server process. + them. + This is useful in debugging or diagnosing problems by allowing a + stack trace to be obtained from a failed server process. @@ -264,8 +264,8 @@ PostgreSQL documentation - Wait for the start or shutdown to complete. Times out after - 60 seconds. This is the default for shutdowns. A successful + Wait for the start or shutdown to complete. Times out after + 60 seconds. This is the default for shutdowns. A successful shutdown is indicated by removal of the PID file. For starting up, a successful psql -l indicates success. pg_ctl will attempt to @@ -276,7 +276,7 @@ PostgreSQL documentation PostgreSQL was compiled with (5432 by default). When waiting, pg_ctl will return an accurate exit code based on the success of the startup - or shutdown. + or shutdown. diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index 7912a94d5e..48869374df 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -1,5 +1,5 @@ @@ -128,7 +128,7 @@ PostgreSQL documentation - + @@ -335,7 +335,7 @@ PostgreSQL documentation - + -l dbname --database=dbname diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 5cf2b0bd10..209a2cea3e 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -108,15 +108,15 @@ PostgreSQL documentation - Specifies the name of the database to connect to. This is - equivalent to specifying dbname as the first non-option - argument on the command line. + Specifies the name of the database to connect to. This is + equivalent to specifying dbname as the first non-option + argument on the command line. + + + If this parameter contains an = sign, it it treated as a + conninfo string. See for more information. - - If this parameter contains an = sign, it it treated as a - conninfo string. See for more information. - @@ -559,17 +559,17 @@ PostgreSQL documentation passwords. See for more information. - - An alternative way to specify connection parameters is in a - conninfo string, which is used instead of a - database name. This mechanism give you very wide control over the - connection. For example: + + An alternative way to specify connection parameters is in a + conninfo string, which is used instead of a + database name. This mechanism give you very wide control over the + connection. For example: $ psql "service=myservice sslmode=require" - See for more information on all the - available connection options. - + See for more information on all the + available connection options. + If the connection could not be made for any reason (e.g., insufficient diff --git a/doc/src/sgml/ref/reindexdb.sgml b/doc/src/sgml/ref/reindexdb.sgml index 1594df0c2b..ec6dc38872 100644 --- a/doc/src/sgml/ref/reindexdb.sgml +++ b/doc/src/sgml/ref/reindexdb.sgml @@ -69,7 +69,7 @@ PostgreSQL documentation - Reindex all databases. + Reindex all databases. @@ -79,7 +79,7 @@ PostgreSQL documentation - Reindex database's system catalogs. + Reindex database's system catalogs. @@ -89,7 +89,7 @@ PostgreSQL documentation - Reindex table only. + Reindex table only. @@ -99,7 +99,7 @@ PostgreSQL documentation - Recreate index only. + Recreate index only. @@ -109,12 +109,12 @@ PostgreSQL documentation - Specifies the name of the database to be reindexed. - If this is not specified and (or - ) is not used, the database name is read - from the environment variable PGDATABASE. If - that is not set, the user name specified for the connection is - used. + Specifies the name of the database to be reindexed. + If this is not specified and (or + ) is not used, the database name is read + from the environment variable PGDATABASE. If + that is not set, the user name specified for the connection is + used. @@ -125,7 +125,7 @@ PostgreSQL documentation Echo the commands that reindexdb generates - and sends to the server. + and sends to the server. @@ -153,9 +153,9 @@ PostgreSQL documentation - Specifies the host name of the machine on which the server is - running. If the value begins with a slash, it is used as the - directory for the Unix domain socket. + Specifies the host name of the machine on which the server is + running. If the value begins with a slash, it is used as the + directory for the Unix domain socket. @@ -165,9 +165,9 @@ PostgreSQL documentation - Specifies the TCP port or local Unix domain socket file - extension on which the server - is listening for connections. + Specifies the TCP port or local Unix domain socket file + extension on which the server + is listening for connections. -- 2.40.0