File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ PostgreSQL documentation
316
316
<literal>foo</literal> in a database named
317
317
<literal>xyzzy</literal>:
318
318
<screen>
319
- <prompt>$ </prompt><userinput>clusterdb --table foo xyzzy</userinput>
319
+ <prompt>$ </prompt><userinput>clusterdb --table= foo xyzzy</userinput>
320
320
</screen></para>
321
321
322
322
</refsect1>
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ PostgreSQL documentation
263
263
264
264
<varlistentry>
265
265
<term><option>-D <replaceable class="parameter">datadir</replaceable></option></term>
266
- <term><option>--pgdata <replaceable class="parameter">datadir</replaceable></option></term>
266
+ <term><option>--pgdata= <replaceable class="parameter">datadir</replaceable></option></term>
267
267
<listitem>
268
268
<para>
269
269
Specifies the file system location of the database configuration files. If
@@ -275,7 +275,7 @@ PostgreSQL documentation
275
275
276
276
<varlistentry>
277
277
<term><option>-l <replaceable class="parameter">filename</replaceable></option></term>
278
- <term><option>--log <replaceable class="parameter">filename</replaceable></option></term>
278
+ <term><option>--log= <replaceable class="parameter">filename</replaceable></option></term>
279
279
<listitem>
280
280
<para>
281
281
Append the server log output to
@@ -288,7 +288,7 @@ PostgreSQL documentation
288
288
289
289
<varlistentry>
290
290
<term><option>-m <replaceable class="parameter">mode</replaceable></option></term>
291
- <term><option>--mode <replaceable class="parameter">mode</replaceable></option></term>
291
+ <term><option>--mode= <replaceable class="parameter">mode</replaceable></option></term>
292
292
<listitem>
293
293
<para>
294
294
Specifies the shutdown mode. <replaceable>mode</replaceable>
Original file line number Diff line number Diff line change @@ -558,7 +558,7 @@ rsync --archive --delete --hard-links --size-only old_pgdata new_pgdata remote_d
558
558
run using:
559
559
560
560
<programlisting>
561
- psql --username postgres --file script.sql postgres
561
+ psql --username= postgres --file= script.sql postgres
562
562
</programlisting>
563
563
564
564
The scripts can be run in any order and can be deleted once they have
Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ PostgreSQL documentation
396
396
To reindex the table <literal>foo</literal> and the index
397
397
<literal>bar</literal> in a database named <literal>abcd</literal>:
398
398
<screen>
399
- <prompt>$ </prompt><userinput>reindexdb --table foo --index bar abcd</userinput>
399
+ <prompt>$ </prompt><userinput>reindexdb --table= foo --index= bar abcd</userinput>
400
400
</screen></para>
401
401
402
402
</refsect1>
Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ PostgreSQL documentation
430
430
<literal>xyzzy</literal>, and analyze a single column
431
431
<literal>bar</literal> of the table for the optimizer:
432
432
<screen>
433
- <prompt>$ </prompt><userinput>vacuumdb --analyze --verbose --table 'foo(bar)' xyzzy</userinput>
433
+ <prompt>$ </prompt><userinput>vacuumdb --analyze --verbose --table= 'foo(bar)' xyzzy</userinput>
434
434
</screen></para>
435
435
436
436
</refsect1>
You can’t perform that action at this time.
0 commit comments