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 (
30973097
30983098<programlisting>
30993099CREATE 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');
31013101
31023102CREATE 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');
31043104
31053105...
31063106CREATE 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');
31083108
31093109CREATE TABLE measurement_y2007m12 PARTITION OF measurement
31103110 FOR VALUES FROM ('2007-12-01') TO ('2008-01-01')
You can’t perform that action at this time.
0 commit comments