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

Commit08481ee

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 parenta7e8ece commit08481ee

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
@@ -3886,7 +3886,7 @@ psql_completion(const char *text, int start, int end)
38863886
COMPLETE_WITH_SCHEMA_QUERY(Query_for_list_of_routines,NULL);
38873887
elseif (TailMatchesCS("\\sv*"))
38883888
COMPLETE_WITH_SCHEMA_QUERY(Query_for_list_of_views,NULL);
3889-
elseif (TailMatchesCS("\\cd|\\e|\\edit|\\g|\\i|\\include|"
3889+
elseif (TailMatchesCS("\\cd|\\e|\\edit|\\g|\\gx|\\i|\\include|"
38903890
"\\ir|\\include_relative|\\o|\\out|"
38913891
"\\s|\\w|\\write|\\lo_import"))
38923892
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp