Re: [HACKERS] [PATCH] fix wrong create table statement indocumentation - Mailing list pgsql-hackers

From Amit Langote
Subject Re: [HACKERS] [PATCH] fix wrong create table statement indocumentation
Date
Msg-id 15ae367a-8f74-41cc-ebdc-8ea575a4c4b0@lab.ntt.co.jp
Whole thread Raw
In response to Re: [HACKERS] [PATCH] fix wrong create table statement in documentation  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 2017/11/09 7:21, Tom Lane wrote:
> jotpe <jotpe@posteo.de> 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 pushed, thanks!

Oops!  Thanks Tom for the fix.

Regards,
Amit



-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: [HACKERS] Pg V10: Patch for bug in bonjour support
Next
From: Michael Paquier
Date:
Subject: Re: [HACKERS] Simplify ACL handling for large objects and removal ofsuperuser() checks