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-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=27618a6073a94338bf572eb96086b84949cfde50;p=users%2Fsimon%2Fpostgres.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 b86c2d0895..9a8f32d198 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -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. + + + +