forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5c1ce1b
committed
Remove tab completion for CREATE UNLOGGED MATERIALIZED VIEW.
Commit3bf3ab8 added support for unlogged materialized views,but commit3223b25 reverted that feature before it made it intoa release. However, the latter commit left the grammar andtab-completion support intact. This commit removes thetab-completion support to prevent psql from recommending boguscommands. I've opted to keep the grammar support so that theserver continues to emit a descriptive error when users try tocreate unlogged matviews.Reported-by: Daniel Westermann, px shiAuthor: Dagfinn Ilmari MannsåkerDiscussion:https://postgr.es/m/ZR0P278MB092093E92263DE16734208A5D2C59%40ZR0P278MB0920.CHEP278.PROD.OUTLOOK.COMDiscussion:https://postgr.es/m/CAAccyY%2BWg1Z-9tNfSwLmuZVgGOwqU5u1OP-RWcoAr2UZGuvN_w%40mail.gmail.com1 parent0f12905 commit5c1ce1b
1 file changed
+2
-8
lines changedLines changed: 2 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3267 | 3267 |
| |
3268 | 3268 |
| |
3269 | 3269 |
| |
3270 |
| - | |
| 3270 | + | |
3271 | 3271 |
| |
3272 |
| - | |
3273 |
| - | |
3274 |
| - | |
3275 |
| - | |
3276 |
| - | |
3277 |
| - | |
3278 |
| - | |
| 3272 | + | |
3279 | 3273 |
| |
3280 | 3274 |
| |
3281 | 3275 |
| |
|
0 commit comments
Comments
(0)