Skip to content

Conversation

filiprem-clickup
Copy link

@filiprem-clickup filiprem-clickup commented Apr 30, 2025

Summary

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.
#785

Testing

pytest -v
[...]
461 passed, 2 xfailed, 1 xpassed in 0.65s

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 andialbrecht#785
@filiprem-clickup filiprem-clickup marked this pull request as ready for review April 30, 2025 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant