From: Andrew Dunstan Date: Mon, 10 Aug 2009 02:50:18 +0000 (+0000) Subject: Re-add documentation for --no-readline option of psql, mistakenly removed a decade... X-Git-Tag: REL8_4_1~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6fb8791b2ce6d649502c973ddcf3218388d21bd;p=postgresql Re-add documentation for --no-readline option of psql, mistakenly removed a decade ago. Backpatch to release 7.4. --- diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 3b018df85c..ada83bf3aa 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -240,6 +240,17 @@ PostgreSQL documentation + + + + + + 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. + + + +