@@ -68,7 +68,8 @@ PostgreSQL documentation
68
68
<listitem>
69
69
<para>
70
70
Switches to unaligned output mode. (The default output mode is
71
- otherwise aligned.)
71
+ otherwise aligned.) This is equivalent to <command>\pset format
72
+ unaligned</command>.
72
73
</para>
73
74
</listitem>
74
75
</varlistentry>
371
372
<listitem>
372
373
<para>
373
374
Use <replaceable class="parameter">separator</replaceable> as the
374
- record separator for unaligned output. This is equivalent to the
375
- <command>\pset recordsep</command> command .
375
+ record separator for unaligned output. This is equivalent to
376
+ <command>\pset recordsep</command>.
376
377
</para>
377
378
</listitem>
378
379
</varlistentry>
415
416
<listitem>
416
417
<para>
417
418
Turn off printing of column names and result row count footers,
418
- etc. This is equivalent to the <command>\t</command> command.
419
+ etc. This is equivalent to <command>\t</command> or
420
+ <command>\pset tuples_only</command>.
419
421
</para>
420
422
</listitem>
421
423
</varlistentry>
427
429
<para>
428
430
Specifies options to be placed within the
429
431
<acronym>HTML</acronym> <sgmltag>table</sgmltag> tag. See
430
- <command>\pset</command> for details.
432
+ <command>\pset tableattr </command> for details.
431
433
</para>
432
434
</listitem>
433
435
</varlistentry>
522
524
<term><option>--expanded</></term>
523
525
<listitem>
524
526
<para>
525
- Turn on the expanded table formatting mode. This is equivalent to the
526
- <command>\x</command> command.
527
+ Turn on the expanded table formatting mode. This is equivalent to
528
+ <command>\x</command> or < command>\pset expanded</command> .
527
529
</para>
528
530
</listitem>
529
531
</varlistentry>
545
547
<term><option>--field-separator-zero</option></term>
546
548
<listitem>
547
549
<para>
548
- Set the field separator for unaligned output to a zero byte.
550
+ Set the field separator for unaligned output to a zero byte. This is
551
+ equvalent to <command>\pset fieldsep_zero</command>.
549
552
</para>
550
553
</listitem>
551
554
</varlistentry>
557
560
<para>
558
561
Set the record separator for unaligned output to a zero byte. This is
559
562
useful for interfacing, for example, with <literal>xargs -0</literal>.
563
+ This is equivalent to <command>\pset recordsep_zero</command>.
560
564
</para>
561
565
</listitem>
562
566
</varlistentry>
@@ -1907,9 +1911,8 @@ Tue Oct 26 21:40:57 CEST 1999
1907
1911
<listitem>
1908
1912
<para>
1909
1913
Sets the field separator for unaligned query output. The default
1910
- is the vertical bar (<literal>|</literal>). See also
1911
- <command>\pset</command> for a generic way of setting output
1912
- options.
1914
+ is the vertical bar (<literal>|</literal>). It is equivalent to
1915
+ <command>\pset fieldsep</command>.
1913
1916
</para>
1914
1917
</listitem>
1915
1918
</varlistentry>
@@ -2810,8 +2813,9 @@ lo_import 152801
2810
2813
<tip>
2811
2814
<para>
2812
2815
There are various shortcut commands for <command>\pset</command>. See
2813
- <command>\a</command>, <command>\C</command>, <command>\H</command>,
2814
- <command>\t</command>, <command>\T</command>, and <command>\x</command>.
2816
+ <command>\a</command>, <command>\C</command>, <command>\f</command>,
2817
+ <command>\H</command>, <command>\t</command>, <command>\T</command>,
2818
+ and <command>\x</command>.
2815
2819
</para>
2816
2820
</tip>
2817
2821
0 commit comments