aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2009-08-10 02:39:24 +0000
committerAndrew Dunstan <andrew@dunslane.net>2009-08-10 02:39:24 +0000
commitbbe2168e658fb666777e408d752fd16cd996c8e4 (patch)
tree8e4cb7a7d8871116373d426bfd04ac0072389b78
parentd9a00ebbbac84b417b616b5a8eaaa9331736f2c8 (diff)
downloadpostgresql-bbe2168e658fb666777e408d752fd16cd996c8e4.tar.gz
postgresql-bbe2168e658fb666777e408d752fd16cd996c8e4.zip
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 40a02812fe1..0262742dc09 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.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>