- Notifications
You must be signed in to change notification settings - Fork5k
Commitff0bcb2
committed
psql: Fix tab-completion after GRANT/REVOKE on LARGE OBJECT and FOREIGN SERVER.
Previously, when pressing Tab after GRANT or REVOKE ... ON LARGE OBJECTor ON FOREIGN SERVER, TO or FROM was incorrectly suggested by psql'stab-completion. This was not appropriate, as those clauses are not validat that point.This commit fixes the issue by preventing TO and FROM from being offeredimmediately after those specific GRANT/REVOKE statements.Author: Yugo Nagata <nagata@sraoss.co.jp>Reviewed-by: Fujii Masao <masao.fujii@gmail.com>Discussion:https://postgr.es/m/20250408122857.b2b06dde4e6a08290af02336@sraoss.co.jp1 parent006fc97 commitff0bcb2
1 file changed
+8
-4
lines changedLines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4619 | 4619 |
| |
4620 | 4620 |
| |
4621 | 4621 |
| |
4622 |
| - | |
4623 |
| - | |
4624 |
| - | |
4625 |
| - | |
| 4622 | + | |
| 4623 | + | |
| 4624 | + | |
| 4625 | + | |
| 4626 | + | |
| 4627 | + | |
| 4628 | + | |
| 4629 | + | |
4626 | 4630 |
| |
4627 | 4631 |
| |
4628 | 4632 |
| |
|
0 commit comments
Comments
(0)