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

Commit5dd5786

Browse files
committed
psql: Tab completion for LATERAL joins
When listing selectable objects after a JOIN, offer also LATERAL.Author: Andreas KarlssonReviewed-By: Tomas VondraDiscussion:https://postgr.es/m/3a7e27bc-d6ed-4cb0-9b21-f21143fc1b37@proxel.se
1 parent86a5d60 commit5dd5786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/psql/tab-complete.in.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5166,7 +5166,7 @@ match_previous_words(int pattern_id,
51665166

51675167
/* ... JOIN ... */
51685168
elseif (TailMatches("JOIN"))
5169-
COMPLETE_WITH_SCHEMA_QUERY(Query_for_list_of_selectables);
5169+
COMPLETE_WITH_SCHEMA_QUERY_PLUS(Query_for_list_of_selectables,"LATERAL");
51705170

51715171
/* ... AT [ LOCAL | TIME ZONE ] ... */
51725172
elseif (TailMatches("AT"))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp