]> granicus.if.org Git - postgresql/commitdiff
Re-add documentation for --no-readline option of psql, mistakenly removed a decade...
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 10 Aug 2009 02:39:24 +0000 (02:39 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 10 Aug 2009 02:39:24 +0000 (02:39 +0000)
doc/src/sgml/ref/psql-ref.sgml

index 40a02812fe19ec4973826e8ce43d08ef7f3943b0..0262742dc09dcddaebf24904abb6207c582efae4 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.198 2007/12/11 19:57:32 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.198.2.1 2009/08/10 02:39:24 adunstan Exp $
 PostgreSQL documentation
 -->
 
@@ -240,6 +240,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>