diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2009-08-10 02:39:12 +0000 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2009-08-10 02:39:12 +0000 |
commit | 2c2fb7a2ef7e40e65c3d20e7a3371919ef272130 (patch) | |
tree | ff959fc58b6daae975d743862ae40795d27ab51e | |
parent | 769222d0c7959667bc4cd408f25b1524c3962cba (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.sgml | 13 |
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 ccf3be40fe6..71a89a242e1 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.130.4.3 2005/02/11 04:19:18 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.130.4.4 2009/08/10 02:39:12 adunstan Exp $ PostgreSQL documentation --> @@ -222,6 +222,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> |