create_table.sql

text/plain

Filename: create_table.sql
Type: text/plain
Part: 1
Message: Re: plan time of MASSIVE partitioning ...
CREATE TABLE inh_parent (
    id serial8,
    hashval bigint,
    timestamp1 timestamp with time zone,
    timestamp2 timestamp with time zone,
    timestamp3 timestamp with time zone,
    indexval integer
);