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

Commitda6bf13

Browse files
committed
psql: Restore alphabetical order in words_after_create.
Rushabh LathiaDiscussion:http://postgr.es/m/CAGPqQf3yKG0Eo04ePfLPG_-KTo=7ZkxbGDVUWfSGN35Y3SG+PA@mail.gmail.com
1 parent1300276 commitda6bf13

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)

[8]ページ先頭

©2009-2025 Movatter.jp