Version 1.4.6
- Prohibit execution of query
DELETE FROM partitioned_table_1 USING partitioned_table_2...
if it touches more than 1 partition ofpartitioned_table_1
; - Prohibit execution of query
UPDATE partitioned_table_1 FROM partitioned_table_2...
if it touches more than 1 partition ofpartitioned_table_1
; - Support for PostgreSQL 10 RC 1.
See wiki page for details.