forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8b469bd
committed
Improve ALTER POLICY tab completion.
Complete "ALTER POLICY" with a policy name, as we do for DROP POLICY.And, complete "ALTER POLICY polname ON" with a table name that has sucha policy, as we do for DROP POLICY, rather than with any table nameat all.Masahiko Sawada1 parent348bcd8 commit8b469bd
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1459 | 1459 |
| |
1460 | 1460 |
| |
1461 | 1461 |
| |
| 1462 | + | |
| 1463 | + | |
| 1464 | + | |
| 1465 | + | |
1462 | 1466 |
| |
1463 | 1467 |
| |
1464 | 1468 |
| |
| |||
1467 | 1471 |
| |
1468 | 1472 |
| |
1469 | 1473 |
| |
1470 |
| - | |
| 1474 | + | |
| 1475 | + | |
| 1476 | + | |
| 1477 | + | |
1471 | 1478 |
| |
1472 | 1479 |
| |
1473 | 1480 |
| |
|
0 commit comments
Comments
(0)