architect
architect copied to clipboard
Foreign keys to partitioned tables and postgres 12 support
Hi!
With Postgres 12.0 release we finally get proper support for ForeignKeys to partitioned tables: https://www.postgresql.org/docs/current/release-12.html
In other words, one could say that table partitioning is finally feature complete in Postgres.
Are there any plans to update architect to support that? If I wanted to add such support myself, where should I start?
Thanks, Bartosz