From 251d3f75d07ade863df9be8bc86d64514aa1ce4a Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 14 Mar 2005 06:19:01 +0000 Subject: [PATCH] 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. --- doc/src/sgml/ref/psql-ref.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 @@ @@ -179,8 +179,8 @@ PostgreSQL documentation Use separator as the - field separator. This is equivalent to \pset - fieldsep or \f. + field separator for unaligned output. This is equivalent to + \pset fieldsep or \f. @@ -283,8 +283,8 @@ PostgreSQL documentation Use separator as the - record separator. This is equivalent to the \pset - recordsep command. + record separator for unaligned output. This is equivalent to the + \pset recordsep command. -- 2.30.2