File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3272,7 +3272,10 @@ testdb=> \set PROMPT1 '%[%033[1;33;40m%]%n@%/%R%[%033[0m%]%# '
3272
3272
exits and is reloaded when
3273
3273
<application>psql</application> starts up. Tab-completion is also
3274
3274
supported, although the completion logic makes no claim to be an
3275
- <acronym>SQL</acronym> parser. If for some reason you do not like the tab completion, you
3275
+ <acronym>SQL</acronym> parser. The queries generated by tab-completion
3276
+ can also interfere with other SQL commands, e.g. <literal>SET
3277
+ TRANSACTION ISOLATION LEVEL</>.
3278
+ If for some reason you do not like the tab completion, you
3276
3279
can turn it off by putting this in a file named
3277
3280
<filename>.inputrc</filename> in your home directory:
3278
3281
<programlisting>
You can’t perform that action at this time.
0 commit comments