From 2c2fb7a2ef7e40e65c3d20e7a3371919ef272130 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Mon, 10 Aug 2009 02:39:12 +0000 Subject: [PATCH] Re-add documentation for --no-readline option of psql, mistakenly removed a decade ago. Backpatch to release 7.4. --- doc/src/sgml/ref/psql-ref.sgml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 @@ @@ -222,6 +222,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. + + + + -- 2.39.5