Re-add documentation for --no-readline option of psql, mistakenly removed a decade...
authorAndrew Dunstan <[email protected]>
Mon, 10 Aug 2009 02:39:09 +0000 (02:39 +0000)
committerAndrew Dunstan <[email protected]>
Mon, 10 Aug 2009 02:39:09 +0000 (02:39 +0000)
doc/src/sgml/ref/psql-ref.sgml

index bc791380daeb5d8f82e861494b8ff5d33f2f6ff1..123667868d7482d8682d0e19613f2cbe6480f557 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.99 2003/11/01 01:56:29 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.99.2.1 2009/08/10 02:39:09 adunstan Exp $
 PostgreSQL documentation
 -->
 
@@ -221,6 +221,17 @@ PostgreSQL documentation
       </listitem>
     </varlistentry>
 
+   <varlistentry>
+      <term><option>-n</></term>
+      <term><option>--no-readline</></term>
+      <listitem>
+      <para>
+       Do not use readline for line editing and do not use the history.
+       This can be useful to turn off tab expansion when cutting and pasting.
+      </para>
+      </listitem>
+    </varlistentry>
+
     <varlistentry>
       <term><option>-o <replaceable class="parameter">filename</replaceable></></term>
       <term><option>--output <replaceable class="parameter">filename</replaceable></></term>