On Sat, Aug 26, 2017 at 12:40 AM, [email protected] <[email protected]> wrote: > A partition table can be create as bellow: > > CREATE TABLE h1 PARTITION OF h; > CREATE TABLE h2 PARTITION OF h; > CREATE TABLE h3 PARTITION OF h;
This syntax is very problematic for reasons that have been discussed on the existing hash partitioning thread. Fortunately, a solution has already been implemented... you're the third person to try to write a patch for this feature. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
