Skip to content

Version 1.4.8

Compare
Choose a tag to compare
@funbringer funbringer released this 03 Nov 10:44
· 598 commits to master since this release
  • Improved cache invalidation machinery;
  • Disabled COPY partitioned_table TO. Use COPY (SELECT * FROM partitioned_table) TO instead.

After some discussion, we decided to disable COPY ... TO statement handling. This command will select rows only from parent table, which is good for pg_dump (see issue #50).