From: Tom Lane <tgl@sss.pgh.pa.us> Date: Mon, 14 Mar 2005 06:19:01 +0000 (+0000) Subject: Note that the -F and -R command line options only affect unaligned X-Git-Tag: REL8_1_0BETA1~1213 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=251d3f75d07ade863df9be8bc86d64514aa1ce4a;p=postgresql 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. --- diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 81b9aaa0b8..3a80b7f694 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -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 --> @@ -179,8 +179,8 @@ PostgreSQL documentation <listitem> <para> Use <replaceable class="parameter">separator</replaceable> as the - field separator. This is equivalent to <command>\pset - fieldsep</command> or <command>\f</command>. + field separator for unaligned output. This is equivalent to + <command>\pset fieldsep</command> or <command>\f</command>. </para> </listitem> </varlistentry> @@ -283,8 +283,8 @@ PostgreSQL documentation <listitem> <para> Use <replaceable class="parameter">separator</replaceable> as the - record separator. This is equivalent to the <command>\pset - recordsep</command> command. + record separator for unaligned output. This is equivalent to the + <command>\pset recordsep</command> command. </para> </listitem> </varlistentry>