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

Lines changed: 2 additions & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy