forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd1ce4ed
committed
Use wildcard to match parens after CREATE STATISTICS
CREATE STATISTICS completion was checking manually for the start and endof the parenthesised list of types. That works, but we now have a betterway to do that as commit121213d taught word_matches() to allow '*' inthe middle of an alternative. But it only applied that to tab completionfor EXPLAIN, ANALYZE and VACUUM. Use it for CREATE STATISTICS too.Author: Dagfinn Ilmari MannsåkerDiscussion:https://www.postgresql.org/message-id/flat/d8jwooziy1s.fsf%40dalvik.ping.uio.no1 parentd67dae0 commitd1ce4ed
1 file changed
+1
-3
lines changedLines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2390 | 2390 |
| |
2391 | 2391 |
| |
2392 | 2392 |
| |
2393 |
| - | |
2394 |
| - | |
2395 |
| - | |
| 2393 | + | |
2396 | 2394 |
| |
2397 | 2395 |
| |
2398 | 2396 |
| |
|
0 commit comments
Comments
(0)