mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Note that the -F and -R command line options only affect unaligned
output mode. This was already stated in other places in the psql reference page, but not here.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.133 2005/02/11 04:19:05 momjian Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.134 2005/03/14 06:19:01 tgl Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -179,8 +179,8 @@ PostgreSQL documentation
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Use <replaceable class="parameter">separator</replaceable> as the
|
Use <replaceable class="parameter">separator</replaceable> as the
|
||||||
field separator. This is equivalent to <command>\pset
|
field separator for unaligned output. This is equivalent to
|
||||||
fieldsep</command> or <command>\f</command>.
|
<command>\pset fieldsep</command> or <command>\f</command>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -283,8 +283,8 @@ PostgreSQL documentation
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Use <replaceable class="parameter">separator</replaceable> as the
|
Use <replaceable class="parameter">separator</replaceable> as the
|
||||||
record separator. This is equivalent to the <command>\pset
|
record separator for unaligned output. This is equivalent to the
|
||||||
recordsep</command> command.
|
<command>\pset recordsep</command> command.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Reference in New Issue
Block a user