Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bd65e0c

Browse files
committed
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
1 parent c526947 commit bd65e0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ddl.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3095,8 +3095,8 @@ CREATE TABLE measurement_y2007m12 PARTITION OF measurement
30953095

30963096
CREATE TABLE measurement_y2008m01 PARTITION OF measurement
30973097
FOR VALUES FROM ('2008-01-01') TO ('2008-02-01')
3098-
TABLESPACE fasttablespace
3099-
WITH (parallel_workers = 4);
3098+
WITH (parallel_workers = 4)
3099+
TABLESPACE fasttablespace;
31003100
</programlisting>
31013101
</para>
31023102

0 commit comments

Comments
 (0)