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

Commit7054e12

Browse files
committed
psql: do file completion for \gx
This was missed when the feature was added.Reported-by: Vik FearingDiscussion:https://postgr.es/m/eca20529-0b06-b493-ee38-f071a75dcd5b@postgresfriends.orgBackpatch-through: 10
1 parentfd802bd commit7054e12

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
@@ -3880,7 +3880,7 @@ psql_completion(const char *text, int start, int end)
38803880
COMPLETE_WITH_SCHEMA_QUERY(Query_for_list_of_routines,NULL);
38813881
elseif (TailMatchesCS1("\\sv*"))
38823882
COMPLETE_WITH_SCHEMA_QUERY(Query_for_list_of_views,NULL);
3883-
elseif (TailMatchesCS1("\\cd|\\e|\\edit|\\g|\\i|\\include|"
3883+
elseif (TailMatchesCS1("\\cd|\\e|\\edit|\\g|\\gx|\\i|\\include|"
38843884
"\\ir|\\include_relative|\\o|\\out|"
38853885
"\\s|\\w|\\write|\\lo_import"))
38863886
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp