Skip to content

Commit e1c02d9

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 parent 82e0e29 commit e1c02d9

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
else if (Matches("CREATE", "DATABASE", MatchAny, "TEMPLATE"))
24352435
COMPLETE_WITH_QUERY(Query_for_list_of_template_databases);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy