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

Commite1c02d9

Browse files
committed
Tab-complete CREATE DATABASE ... LOCALE.
Author: Ian Lawrence Barwick <barwick@gmail.com>Discussion:https://postgr.es/m/CAB8KJ%3Dh0XO2CB4QbLBc1Tm9Bg5wzSGQtT-eunaCmrghJp4nqdA%40mail.gmail.com
1 parent82e0e29 commite1c02d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/psql/tab-complete.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2429,7 +2429,7 @@ psql_completion(const char *text, int start, int end)
24292429
COMPLETE_WITH("OWNER","TEMPLATE","ENCODING","TABLESPACE",
24302430
"IS_TEMPLATE",
24312431
"ALLOW_CONNECTIONS","CONNECTION LIMIT",
2432-
"LC_COLLATE","LC_CTYPE");
2432+
"LC_COLLATE","LC_CTYPE","LOCALE");
24332433

24342434
elseif (Matches("CREATE","DATABASE",MatchAny,"TEMPLATE"))
24352435
COMPLETE_WITH_QUERY(Query_for_list_of_template_databases);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp