Version 1.4.8
- Improved cache invalidation machinery;
- Disabled
COPY partitioned_table TO
. UseCOPY (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).