mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Doc: fix erroneous example.
The grammar requires these options to appear the other way 'round. jotpe@posteo.de Discussion: https://postgr.es/m/78933bd0-45ce-690e-b832-a328dd1a5567@posteo.de
This commit is contained in:
parent
442bc4160c
commit
6c05b81503
@ -3095,8 +3095,8 @@ CREATE TABLE measurement_y2007m12 PARTITION OF measurement
|
|||||||
|
|
||||||
CREATE TABLE measurement_y2008m01 PARTITION OF measurement
|
CREATE TABLE measurement_y2008m01 PARTITION OF measurement
|
||||||
FOR VALUES FROM ('2008-01-01') TO ('2008-02-01')
|
FOR VALUES FROM ('2008-01-01') TO ('2008-02-01')
|
||||||
TABLESPACE fasttablespace
|
WITH (parallel_workers = 4)
|
||||||
WITH (parallel_workers = 4);
|
TABLESPACE fasttablespace;
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user