CREATE FOREIGN TABLE test.test_partition_table ( id INT, ym CHAR(6))SERVER cstore_serverOPTIONS (compression 'pglz');
CREATE TABLE test.test_partition_table_201603 ( CHECK ( ym >= '201603' AND ym < DATE '201604' )) INHERITS (test.test_partition_table);ERROR: inherited relation "test_partition_table" is not a table--
You received this message because you are subscribed to the Google Groups "cstore users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cstore-users...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.