diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-08-16 18:41:38 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-08-16 18:41:38 -0400 |
commit | 1037f2f646d7c018c8968336afe3584a8c6e654d (patch) | |
tree | 5c1ea5d89a3c4f53c7fbe38926a6766214686673 /doc/src/sgml/ref/psql-ref.sgml | |
parent | c99016f1d0ad122aaf9dca83b033277f97e55bd3 (diff) | |
download | postgresql-1037f2f646d7c018c8968336afe3584a8c6e654d.tar.gz postgresql-1037f2f646d7c018c8968336afe3584a8c6e654d.zip |
Document that tab completation can interfere with some SQL commands.
Diffstat (limited to 'doc/src/sgml/ref/psql-ref.sgml')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index ebb0ad4ecf3..a47af51b9dd 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -3272,7 +3272,10 @@ testdb=> \set PROMPT1 '%[%033[1;33;40m%]%n@%/%R%[%033[0m%]%# ' exits and is reloaded when <application>psql</application> starts up. Tab-completion is also supported, although the completion logic makes no claim to be an - <acronym>SQL</acronym> parser. If for some reason you do not like the tab completion, you + <acronym>SQL</acronym> parser. The queries generated by tab-completion + can also interfere with other SQL commands, e.g. <literal>SET + TRANSACTION ISOLATION LEVEL</>. + If for some reason you do not like the tab completion, you can turn it off by putting this in a file named <filename>.inputrc</filename> in your home directory: <programlisting> |