Re: [HACKERS] [PATCH] fix wrong create table statement in documentation

2017-11-08 Thread Amit Langote
On 2017/11/09 7:21, Tom Lane wrote: > jotpe writes: >> In the current documentation [1] this create table statement is listed: >> CREATE TABLE measurement_y2008m01 PARTITION OF measurement >> FOR VALUES FROM ('2008-01-01') TO ('2008-02-01') >> TABLESPACE fasttablespace >> WITH (para

Re: [HACKERS] [PATCH] fix wrong create table statement in documentation

2017-11-08 Thread Tom Lane
jotpe writes: > In the current documentation [1] this create table statement is listed: > CREATE TABLE measurement_y2008m01 PARTITION OF measurement > FOR VALUES FROM ('2008-01-01') TO ('2008-02-01') > TABLESPACE fasttablespace > WITH (parallel_workers = 4); Yup, that's wrong. Fix

[HACKERS] [PATCH] fix wrong create table statement in documentation

2017-11-08 Thread jotpe
In the current documentation [1] this create table statement is listed: CREATE TABLE measurement_y2008m01 PARTITION OF measurement FOR VALUES FROM ('2008-01-01') TO ('2008-02-01') TABLESPACE fasttablespace WITH (parallel_workers = 4); But that did not work: 2017-11-06 22:26:11.757