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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: 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-08 22:21:41
Message-ID: 20795.1510179701@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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!

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2017-11-08 22:28:01 Re: Exclude pg_internal.init from base backup
Previous Message Luke Lonergan 2017-11-08 22:20:21 Re: Pg V10: Patch for bug in bonjour support