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

Appearance settings

Commit e1c02d9

Browse filesBrowse 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 parent 82e0e29 commit e1c02d9
Copy full SHA for e1c02d9

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/bin/psql/tab-complete.c
+1-1Lines 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
else if (Matches("CREATE", "DATABASE", MatchAny, "TEMPLATE"))
24352435
COMPLETE_WITH_QUERY(Query_for_list_of_template_databases);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.