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 @@ -3097,14 +3097,14 @@ CREATE TABLE measurement (
3097
3097
3098
3098
<programlisting>
3099
3099
CREATE TABLE measurement_y2006m02 PARTITION OF measurement
3100
- FOR VALUES FROM ('2006-02-01') TO ('2006-03-01')
3100
+ FOR VALUES FROM ('2006-02-01') TO ('2006-03-01');
3101
3101
3102
3102
CREATE TABLE measurement_y2006m03 PARTITION OF measurement
3103
- FOR VALUES FROM ('2006-03-01') TO ('2006-04-01')
3103
+ FOR VALUES FROM ('2006-03-01') TO ('2006-04-01');
3104
3104
3105
3105
...
3106
3106
CREATE TABLE measurement_y2007m11 PARTITION OF measurement
3107
- FOR VALUES FROM ('2007-11-01') TO ('2007-12-01')
3107
+ FOR VALUES FROM ('2007-11-01') TO ('2007-12-01');
3108
3108
3109
3109
CREATE TABLE measurement_y2007m12 PARTITION OF measurement
3110
3110
FOR VALUES FROM ('2007-12-01') TO ('2008-01-01')
You can’t perform that action at this time.
0 commit comments