eulerto / pgquarrel

pgquarrel compares PostgreSQL database schemas (DDL)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

partitioning support

eulerto opened this issue · comments

We don't support partitioning syntax.

  • CREATE TABLE ... PARTITION BY
  • CREATE TABLE ... PARTITION OF
  • ALTER TABLE ... ATTACH PARTITION
  • ALTER TABLE ... DETACH PARTITION

Duplicate #35.