forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita01f6fa
committed
psql: Tab completion for JOIN ... ON/USING
Offer ON/USING clauses for join types that require join conditions (i.e.anything except for NATURAL/CROSS joins).Author: Andreas KarlssonReviewed-By: Tomas VondraDiscussion:https://postgr.es/m/3a7e27bc-d6ed-4cb0-9b21-f21143fc1b37@proxel.se1 parent5dd5786 commita01f6fa
1 file changed
+12
-0
lines changedLines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5167 | 5167 |
| |
5168 | 5168 |
| |
5169 | 5169 |
| |
| 5170 | + | |
| 5171 | + | |
| 5172 | + | |
| 5173 | + | |
| 5174 | + | |
| 5175 | + | |
| 5176 | + | |
| 5177 | + | |
| 5178 | + | |
| 5179 | + | |
| 5180 | + | |
| 5181 | + | |
5170 | 5182 |
| |
5171 | 5183 |
| |
5172 | 5184 |
| |
|
0 commit comments
Comments
(0)