Commit 4acad43
committed
Fix ALTER EXTENSION deparsing issues
- Fix ALTER EXTENSION UPDATE TO deparsing: change defname check from 'to' to 'new_version' and output 'UPDATE TO' instead of just 'TO'
- Fix ALTER EXTENSION SET SCHEMA deparsing: output 'SET SCHEMA' instead of just 'SCHEMA'
- Add AlterExtensionContentsStmt handler for ALTER EXTENSION ADD/DROP statements
- All tests pass (285 test suites, 655 tests)
Co-Authored-By: Dan Lynch <pyramation@gmail.com>1 parent 8315d28 commit 4acad43
1 file changed
Lines changed: 39 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6101 | 6101 | | |
6102 | 6102 | | |
6103 | 6103 | | |
6104 | | - | |
6105 | | - | |
| 6104 | + | |
| 6105 | + | |
| 6106 | + | |
| 6107 | + | |
| 6108 | + | |
| 6109 | + | |
6106 | 6110 | | |
6107 | 6111 | | |
6108 | | - | |
| 6112 | + | |
6109 | 6113 | | |
6110 | 6114 | | |
6111 | 6115 | | |
| |||
6415 | 6419 | | |
6416 | 6420 | | |
6417 | 6421 | | |
| 6422 | + | |
| 6423 | + | |
| 6424 | + | |
| 6425 | + | |
| 6426 | + | |
| 6427 | + | |
| 6428 | + | |
| 6429 | + | |
| 6430 | + | |
| 6431 | + | |
| 6432 | + | |
| 6433 | + | |
| 6434 | + | |
| 6435 | + | |
| 6436 | + | |
| 6437 | + | |
| 6438 | + | |
| 6439 | + | |
| 6440 | + | |
| 6441 | + | |
| 6442 | + | |
| 6443 | + | |
| 6444 | + | |
| 6445 | + | |
| 6446 | + | |
| 6447 | + | |
| 6448 | + | |
| 6449 | + | |
| 6450 | + | |
| 6451 | + | |
| 6452 | + | |
| 6453 | + | |
6418 | 6454 | | |
6419 | 6455 | | |
6420 | 6456 | | |
| |||
0 commit comments