Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7c656ba

Browse files
committed
Remove tabs from SGML reference files, so their addition can be detected
in the future.
1 parent 8c98fd6 commit 7c656ba

File tree

8 files changed

+105
-105
lines changed

8 files changed

+105
-105
lines changed

doc/src/sgml/ref/clusterdb.sgml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.19 2007/02/20 18:10:58 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.20 2007/02/21 23:21:11 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -66,7 +66,7 @@ PostgreSQL documentation
6666
<term><option>--all</></term>
6767
<listitem>
6868
<para>
69-
Cluster all databases.
69+
Cluster all databases.
7070
</para>
7171
</listitem>
7272
</varlistentry>
@@ -76,12 +76,12 @@ PostgreSQL documentation
7676
<term><option><optional>--dbname</> <replaceable class="parameter">dbname</replaceable></></term>
7777
<listitem>
7878
<para>
79-
Specifies the name of the database to be clustered.
80-
If this is not specified and <option>-a</option> (or
81-
<option>--all</option>) is not used, the database name is read
82-
from the environment variable <envar>PGDATABASE</envar>. If
83-
that is not set, the user name specified for the connection is
84-
used.
79+
Specifies the name of the database to be clustered.
80+
If this is not specified and <option>-a</option> (or
81+
<option>--all</option>) is not used, the database name is read
82+
from the environment variable <envar>PGDATABASE</envar>. If
83+
that is not set, the user name specified for the connection is
84+
used.
8585
</para>
8686
</listitem>
8787
</varlistentry>
@@ -92,7 +92,7 @@ PostgreSQL documentation
9292
<listitem>
9393
<para>
9494
Echo the commands that <application>clusterdb</application> generates
95-
and sends to the server.
95+
and sends to the server.
9696
</para>
9797
</listitem>
9898
</varlistentry>
@@ -112,7 +112,7 @@ PostgreSQL documentation
112112
<term><option>--table <replaceable class="parameter">table</replaceable></></term>
113113
<listitem>
114114
<para>
115-
Cluster <replaceable class="parameter">table</replaceable> only.
115+
Cluster <replaceable class="parameter">table</replaceable> only.
116116
</para>
117117
</listitem>
118118
</varlistentry>
@@ -130,9 +130,9 @@ PostgreSQL documentation
130130
<term><option>--host <replaceable class="parameter">host</replaceable></></term>
131131
<listitem>
132132
<para>
133-
Specifies the host name of the machine on which the server is
134-
running. If the value begins with a slash, it is used as the
135-
directory for the Unix domain socket.
133+
Specifies the host name of the machine on which the server is
134+
running. If the value begins with a slash, it is used as the
135+
directory for the Unix domain socket.
136136
</para>
137137
</listitem>
138138
</varlistentry>
@@ -142,9 +142,9 @@ PostgreSQL documentation
142142
<term><option>--port <replaceable class="parameter">port</replaceable></></term>
143143
<listitem>
144144
<para>
145-
Specifies the TCP port or local Unix domain socket file
146-
extension on which the server
147-
is listening for connections.
145+
Specifies the TCP port or local Unix domain socket file
146+
extension on which the server
147+
is listening for connections.
148148
</para>
149149
</listitem>
150150
</varlistentry>

doc/src/sgml/ref/dropdb.sgml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.29 2007/02/20 18:10:58 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.30 2007/02/21 23:21:11 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -60,7 +60,7 @@ PostgreSQL documentation
6060
<term><replaceable class="parameter">dbname</replaceable></term>
6161
<listitem>
6262
<para>
63-
Specifies the name of the database to be removed.
63+
Specifies the name of the database to be removed.
6464
</para>
6565
</listitem>
6666
</varlistentry>
@@ -71,7 +71,7 @@ PostgreSQL documentation
7171
<listitem>
7272
<para>
7373
Echo the commands that <application>dropdb</application> generates
74-
and sends to the server.
74+
and sends to the server.
7575
</para>
7676
</listitem>
7777
</varlistentry>
@@ -108,10 +108,10 @@ PostgreSQL documentation
108108
<term><option>--host <replaceable class="parameter">host</replaceable></></term>
109109
<listitem>
110110
<para>
111-
Specifies the host name of the machine on which the
112-
server
113-
is running. If the value begins with a slash, it is used
114-
as the directory for the Unix domain socket.
111+
Specifies the host name of the machine on which the
112+
server
113+
is running. If the value begins with a slash, it is used
114+
as the directory for the Unix domain socket.
115115
</para>
116116
</listitem>
117117
</varlistentry>
@@ -121,9 +121,9 @@ PostgreSQL documentation
121121
<term><option>--port <replaceable class="parameter">port</replaceable></></term>
122122
<listitem>
123123
<para>
124-
Specifies the TCP port or local Unix domain socket file
125-
extension on which the server
126-
is listening for connections.
124+
Specifies the TCP port or local Unix domain socket file
125+
extension on which the server
126+
is listening for connections.
127127
</para>
128128
</listitem>
129129
</varlistentry>

doc/src/sgml/ref/droplang.sgml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/droplang.sgml,v 1.28 2007/02/20 18:10:58 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/droplang.sgml,v 1.29 2007/02/21 23:21:11 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -67,7 +67,7 @@ PostgreSQL documentation
6767
<term><replaceable class="parameter">langname</replaceable></term>
6868
<listitem>
6969
<para>
70-
Specifies the name of the backend programming language to be removed.
70+
Specifies the name of the backend programming language to be removed.
7171
</para>
7272
</listitem>
7373
</varlistentry>
@@ -77,7 +77,7 @@ PostgreSQL documentation
7777
<term><option><optional>--dbname</> <replaceable class="parameter">dbname</replaceable></></term>
7878
<listitem>
7979
<para>
80-
Specifies from which database the language should be removed.
80+
Specifies from which database the language should be removed.
8181
The default is to use the database with the same name as the
8282
current system user.
8383
</para>
@@ -117,10 +117,10 @@ PostgreSQL documentation
117117
<term><option>--host <replaceable class="parameter">host</replaceable></></term>
118118
<listitem>
119119
<para>
120-
Specifies the host name of the machine on which the
121-
server
122-
is running. If host begins with a slash, it is used
123-
as the directory for the Unix domain socket.
120+
Specifies the host name of the machine on which the
121+
server
122+
is running. If host begins with a slash, it is used
123+
as the directory for the Unix domain socket.
124124
</para>
125125
</listitem>
126126
</varlistentry>
@@ -130,9 +130,9 @@ PostgreSQL documentation
130130
<term><option>--port <replaceable class="parameter">port</replaceable></></term>
131131
<listitem>
132132
<para>
133-
Specifies the Internet TCP/IP port or local Unix domain socket file
134-
extension on which the server
135-
is listening for connections.
133+
Specifies the Internet TCP/IP port or local Unix domain socket file
134+
extension on which the server
135+
is listening for connections.
136136
</para>
137137
</listitem>
138138
</varlistentry>

doc/src/sgml/ref/initdb.sgml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/initdb.sgml,v 1.41 2007/02/20 18:10:58 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/initdb.sgml,v 1.42 2007/02/21 23:21:11 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -237,11 +237,11 @@ PostgreSQL documentation
237237
<term><option>--debug</option></term>
238238
<listitem>
239239
<para>
240-
Print debugging output from the bootstrap backend and a few other
240+
Print debugging output from the bootstrap backend and a few other
241241
messages of lesser interest for the general public.
242-
The bootstrap backend is the program <command>initdb</command>
243-
uses to create the catalog tables. This option generates a tremendous
244-
amount of extremely boring output.
242+
The bootstrap backend is the program <command>initdb</command>
243+
uses to create the catalog tables. This option generates a tremendous
244+
amount of extremely boring output.
245245
</para>
246246
</listitem>
247247
</varlistentry>
@@ -263,11 +263,11 @@ PostgreSQL documentation
263263
<term><option>--noclean</option></term>
264264
<listitem>
265265
<para>
266-
By default, when <command>initdb</command>
267-
determines that an error prevented it from completely creating the database
268-
cluster, it removes any files it might have created before discovering
269-
that it cannot finish the job. This option inhibits tidying-up and is
270-
thus useful for debugging.
266+
By default, when <command>initdb</command>
267+
determines that an error prevented it from completely creating the database
268+
cluster, it removes any files it might have created before discovering
269+
that it cannot finish the job. This option inhibits tidying-up and is
270+
thus useful for debugging.
271271
</para>
272272
</listitem>
273273
</varlistentry>

doc/src/sgml/ref/pg_ctl-ref.sgml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.39 2007/02/20 18:10:58 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.40 2007/02/21 23:21:11 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -179,9 +179,9 @@ PostgreSQL documentation
179179
<term><option>-D <replaceable class="parameter">datadir</replaceable></option></term>
180180
<listitem>
181181
<para>
182-
Specifies the file system location of the database files. If
183-
this is omitted, the environment variable
184-
<envar>PGDATA</envar> is used.
182+
Specifies the file system location of the database files. If
183+
this is omitted, the environment variable
184+
<envar>PGDATA</envar> is used.
185185
</para>
186186
</listitem>
187187
</varlistentry>
@@ -202,10 +202,10 @@ PostgreSQL documentation
202202
<term><option>-m <replaceable class="parameter">mode</replaceable></option></term>
203203
<listitem>
204204
<para>
205-
Specifies the shutdown mode. <replaceable>mode</replaceable>
206-
can be <literal>smart</literal>, <literal>fast</literal>, or
207-
<literal>immediate</literal>, or the first letter of one of
208-
these three.
205+
Specifies the shutdown mode. <replaceable>mode</replaceable>
206+
can be <literal>smart</literal>, <literal>fast</literal>, or
207+
<literal>immediate</literal>, or the first letter of one of
208+
these three.
209209
</para>
210210
</listitem>
211211
</varlistentry>
@@ -218,8 +218,8 @@ PostgreSQL documentation
218218
<command>postgres</command> command.
219219
</para>
220220
<para>
221-
The options are usually surrounded by single or double
222-
quotes to ensure that they are passed through as a group.
221+
The options are usually surrounded by single or double
222+
quotes to ensure that they are passed through as a group.
223223
</para>
224224
</listitem>
225225
</varlistentry>
@@ -228,12 +228,12 @@ PostgreSQL documentation
228228
<term><option>-p <replaceable class="parameter">path</replaceable></option></term>
229229
<listitem>
230230
<para>
231-
Specifies the location of the <filename>postgres</filename>
232-
executable. By default the <filename>postgres</filename> executable is taken from the same
233-
directory as <command>pg_ctl</command>, or failing that, the hard-wired
234-
installation directory. It is not necessary to use this
235-
option unless you are doing something unusual and get errors
236-
that the <filename>postgres</filename> executable was not found.
231+
Specifies the location of the <filename>postgres</filename>
232+
executable. By default the <filename>postgres</filename> executable is taken from the same
233+
directory as <command>pg_ctl</command>, or failing that, the hard-wired
234+
installation directory. It is not necessary to use this
235+
option unless you are doing something unusual and get errors
236+
that the <filename>postgres</filename> executable was not found.
237237
</para>
238238
</listitem>
239239
</varlistentry>
@@ -253,9 +253,9 @@ PostgreSQL documentation
253253
<para>
254254
Attempt to allow server crashes to produce core files, on platforms
255255
where this available, by lifting any soft resource limit placed on
256-
them.
257-
This is useful in debugging or diagnosing problems by allowing a
258-
stack trace to be obtained from a failed server process.
256+
them.
257+
This is useful in debugging or diagnosing problems by allowing a
258+
stack trace to be obtained from a failed server process.
259259
</para>
260260
</listitem>
261261
</varlistentry>
@@ -264,8 +264,8 @@ PostgreSQL documentation
264264
<term><option>-w</option></term>
265265
<listitem>
266266
<para>
267-
Wait for the start or shutdown to complete. Times out after
268-
60 seconds. This is the default for shutdowns. A successful
267+
Wait for the start or shutdown to complete. Times out after
268+
60 seconds. This is the default for shutdowns. A successful
269269
shutdown is indicated by removal of the <acronym>PID</acronym>
270270
file. For starting up, a successful <command>psql -l</command>
271271
indicates success. <command>pg_ctl</command> will attempt to
@@ -276,7 +276,7 @@ PostgreSQL documentation
276276
<productname>PostgreSQL</productname> was compiled with
277277
(5432 by default). When waiting, <command>pg_ctl</command> will
278278
return an accurate exit code based on the success of the startup
279-
or shutdown.
279+
or shutdown.
280280
</para>
281281
</listitem>
282282
</varlistentry>

doc/src/sgml/ref/pg_dumpall.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.66 2007/02/20 18:10:58 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.67 2007/02/21 23:21:12 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -128,7 +128,7 @@ PostgreSQL documentation
128128
</para>
129129
</listitem>
130130
</varlistentry>
131-
131+
132132
<varlistentry>
133133
<term><option>-f <replaceable class="parameter">filename</replaceable></option></term>
134134
<term><option>--file=<replaceable class="parameter">filename</replaceable></option></term>
@@ -335,7 +335,7 @@ PostgreSQL documentation
335335
</para>
336336
</listitem>
337337
</varlistentry>
338-
338+
339339
<varlistentry>
340340
<term>-l <replaceable>dbname</replaceable></term>
341341
<term>--database=<replaceable>dbname</replaceable></term>

0 commit comments

Comments
 (0)