Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1037f2f

Browse files
committed
Document that tab completation can interfere with some SQL commands.
1 parentc99016f commit1037f2f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎doc/src/sgml/ref/psql-ref.sgml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3272,7 +3272,10 @@ testdb=> \set PROMPT1 '%[%033[1;33;40m%]%n@%/%R%[%033[0m%]%# '
32723272
exits and is reloaded when
32733273
<application>psql</application> starts up. Tab-completion is also
32743274
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
32763279
can turn it off by putting this in a file named
32773280
<filename>.inputrc</filename> in your home directory:
32783281
<programlisting>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp