summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2009-08-10 02:50:18 +0000
committerAndrew Dunstan <andrew@dunslane.net>2009-08-10 02:50:18 +0000
commita6fb8791b2ce6d649502c973ddcf3218388d21bd (patch)
treef9998a32d69c8ee38cd092c9724f65aa6a8ef2d0 /doc/src
parent6f2fb5d814f81f8eada46d835104b28b1397bfad (diff)
Re-add documentation for --no-readline option of psql, mistakenly removed a decade ago. Backpatch to release 7.4.
Diffstat (limited to 'doc/src')
-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 3b018df85c9..ada83bf3aae 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.225.2.1 2009/07/24 19:35:26 petere Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.225.2.2 2009/08/10 02:50:18 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>