Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da6bf13

Browse files
committed
psql: Restore alphabetical order in words_after_create.
Rushabh Lathia Discussion: http://postgr.es/m/CAGPqQf3yKG0Eo04ePfLPG_-KTo=7ZkxbGDVUWfSGN35Y3SG+PA@mail.gmail.com
1 parent 1300276 commit da6bf13

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
@@ -1014,8 +1014,8 @@ static const pgsql_thing_t words_after_create[] = {
10141014
{"CONFIGURATION", Query_for_list_of_ts_configurations, NULL, THING_NO_SHOW},
10151015
{"CONVERSION", "SELECT pg_catalog.quote_ident(conname) FROM pg_catalog.pg_conversion WHERE substring(pg_catalog.quote_ident(conname),1,%d)='%s'"},
10161016
{"DATABASE", Query_for_list_of_databases},
1017-
{"DICTIONARY", Query_for_list_of_ts_dictionaries, NULL, THING_NO_SHOW},
10181017
{"DEFAULT PRIVILEGES", NULL, NULL, THING_NO_CREATE | THING_NO_DROP},
1018+
{"DICTIONARY", Query_for_list_of_ts_dictionaries, NULL, THING_NO_SHOW},
10191019
{"DOMAIN", NULL, &Query_for_list_of_domains},
10201020
{"EVENT TRIGGER", NULL, NULL},
10211021
{"EXTENSION", Query_for_list_of_extensions},

0 commit comments

Comments
 (0)