File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3080,14 +3080,14 @@ CREATE TABLE measurement (
3080
3080
3081
3081
<programlisting>
3082
3082
CREATE TABLE measurement_y2006m02 PARTITION OF measurement
3083
- FOR VALUES FROM ('2006-02-01') TO ('2006-03-01')
3083
+ FOR VALUES FROM ('2006-02-01') TO ('2006-03-01');
3084
3084
3085
3085
CREATE TABLE measurement_y2006m03 PARTITION OF measurement
3086
- FOR VALUES FROM ('2006-03-01') TO ('2006-04-01')
3086
+ FOR VALUES FROM ('2006-03-01') TO ('2006-04-01');
3087
3087
3088
3088
...
3089
3089
CREATE TABLE measurement_y2007m11 PARTITION OF measurement
3090
- FOR VALUES FROM ('2007-11-01') TO ('2007-12-01')
3090
+ FOR VALUES FROM ('2007-11-01') TO ('2007-12-01');
3091
3091
3092
3092
CREATE TABLE measurement_y2007m12 PARTITION OF measurement
3093
3093
FOR VALUES FROM ('2007-12-01') TO ('2008-01-01')
You can’t perform that action at this time.
0 commit comments