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

From: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, jotpe <jotpe(at)posteo(dot)de>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] fix wrong create table statement in documentation
Date: 2017-11-09 01:02:03
Message-ID: 15ae367a-8f74-41cc-ebdc-8ea575a4c4b0@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2017/11/09 7:21, Tom Lane wrote:
> jotpe <jotpe(at)posteo(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2017-11-09 01:33:19 Re: Simplify ACL handling for large objects and removal of superuser() checks
Previous Message Thomas Munro 2017-11-09 00:50:52 Re: Pg V10: Patch for bug in bonjour support