Note that the -F and -R command line options only affect unaligned
authorTom Lane
Mon, 14 Mar 2005 06:19:01 +0000 (06:19 +0000)
committerTom Lane
Mon, 14 Mar 2005 06:19:01 +0000 (06:19 +0000)
output mode.  This was already stated in other places in the psql
reference page, but not here.

doc/src/sgml/ref/psql-ref.sgml

index 81b9aaa0b8d3eb96856a8c145bf2f8d743161fbe..3a80b7f694067d8a702a8b09f450856ca0dbbfd6 100644 (file)
@@ -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.