Skip to content

Version 1.4.6

Choose a tag to compare

@funbringer funbringer released this 03 Oct 12:12
· 630 commits to master since this release
  • Prohibit execution of query DELETE FROM partitioned_table_1 USING partitioned_table_2... if it touches more than 1 partition of partitioned_table_1;
  • Prohibit execution of query UPDATE partitioned_table_1 FROM partitioned_table_2... if it touches more than 1 partition of partitioned_table_1;
  • Support for PostgreSQL 10 RC 1.

See wiki page for details.