forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9270778
committed
Improve psql tab completion for various DROP commands
The following improvements are done:- Handling of RESTRICT/CASCADE for DROP OWNED, matviews and policies.- Handling of DROP TRANSFORMThis is a continuation of the work done in0cd6d3b andf44ceb4.Author: Ken KatoReviewed-by: Asif RehmanDiscussion:https://postgr.es/m/0fafb73f3a0c6bcec817a25ca9d5a853@oss.nttdata.com1 parent538724f commit9270778
1 file changed
+21
-0
lines changedLines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3322 | 3322 |
| |
3323 | 3323 |
| |
3324 | 3324 |
| |
| 3325 | + | |
| 3326 | + | |
3325 | 3327 |
| |
3326 | 3328 |
| |
3327 | 3329 |
| |
3328 | 3330 |
| |
3329 | 3331 |
| |
3330 | 3332 |
| |
| 3333 | + | |
| 3334 | + | |
3331 | 3335 |
| |
3332 | 3336 |
| |
3333 | 3337 |
| |
| |||
3368 | 3372 |
| |
3369 | 3373 |
| |
3370 | 3374 |
| |
| 3375 | + | |
| 3376 | + | |
3371 | 3377 |
| |
3372 | 3378 |
| |
3373 | 3379 |
| |
| |||
3380 | 3386 |
| |
3381 | 3387 |
| |
3382 | 3388 |
| |
| 3389 | + | |
| 3390 | + | |
| 3391 | + | |
| 3392 | + | |
| 3393 | + | |
| 3394 | + | |
| 3395 | + | |
| 3396 | + | |
| 3397 | + | |
| 3398 | + | |
| 3399 | + | |
| 3400 | + | |
| 3401 | + | |
| 3402 | + | |
| 3403 | + | |
3383 | 3404 |
| |
3384 | 3405 |
| |
3385 | 3406 |
| |
|
0 commit comments
Comments
(0)