From: Andrew Dunstan Date: Mon, 10 Aug 2009 02:39:20 +0000 (+0000) Subject: Re-add documentation for --no-readline option of psql, mistakenly removed a decade... X-Git-Tag: REL8_2_14~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=47cbad2d18ccae6e6c98db5aebb73b476af9ac69;p=thirdparty%2Fpostgresql.git 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 a54a2df89fa..3ad56b7a6d1 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -236,6 +236,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. + + + +