From: Andrew Dunstan Date: Mon, 10 Aug 2009 02:39:04 +0000 (+0000) Subject: Re-add documentation for --no-readline option of psql, mistakenly removed a decade... X-Git-Tag: REL8_5_ALPHA1~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18894c401f1f5ec5af1d08a12da1f183599e8560;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 b3df4860e09..20f4b33c652 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. + + + +