Commit 694747f
fix: Add
Examples of valid, not so rare statements in postgres dialect.
```
ALTER TABLE atable DETACH PARTITION atable_p00;
ALTER INDEX atable_acolumn_idx ATTACH PARTITION atable_p01_acolumn_idx;
```
They fall into same class as `EXTENSION` added in below PR, so let's add them as well.
In the same rationale as #785ATTACH, DETACH to PostgreSQL keywords.1 parent 2743109 commit 694747f
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
839 | 839 | | |
840 | 840 | | |
841 | 841 | | |
| 842 | + | |
| 843 | + | |
842 | 844 | | |
843 | 845 | | |
844 | 846 | | |
| |||
0 commit comments