summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2009-08-10 02:39:20 +0000
committerAndrew Dunstan <andrew@dunslane.net>2009-08-10 02:39:20 +0000
commit47cbad2d18ccae6e6c98db5aebb73b476af9ac69 (patch)
tree4e32604433e82e0a2138b3780ae4882298ef3bd7
parentb09e8b06670f84806a0102f25c1249e537398b1c (diff)
Re-add documentation for --no-readline option of psql, mistakenly removed a decade ago. Backpatch to release 7.4.
-rw-r--r--doc/src/sgml/ref/psql-ref.sgml13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index a54a2df89fa..3ad56b7a6d1 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.175.2.5 2007/03/26 17:23:45 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.175.2.6 2009/08/10 02:39:20 adunstan Exp $
PostgreSQL documentation
-->
@@ -236,6 +236,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>