@golemio/air-quality-stations 1.3.6 → 1.3.7-dev.2413897987
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -100,26 +100,26 @@ CREATE INDEX airqualitystations_measurements_component_code ON airqualitystation
|
|
|
100
100
|
|
|
101
101
|
-- partitions
|
|
102
102
|
|
|
103
|
-
CREATE TABLE airqualitystations_measurements_min PARTITION OF airqualitystations_measurements
|
|
103
|
+
CREATE TABLE airqualitystations_measurements_min PARTITION OF airqualitystations_measurements
|
|
104
104
|
FOR VALUES FROM (MINVALUE) TO (extract ('epoch' from '2020-05-01'::timestamp)*1000);
|
|
105
105
|
CREATE TABLE airqualitystations_measurements_y2020m05 PARTITION OF airqualitystations_measurements
|
|
106
106
|
FOR VALUES FROM (extract ('epoch' from '2020-05-01'::timestamp)*1000) TO (extract ('epoch' from '2020-06-01'::timestamp)*1000);
|
|
107
107
|
CREATE TABLE airqualitystations_measurements_y2020m06 PARTITION OF airqualitystations_measurements
|
|
108
|
-
FOR VALUES FROM (extract ('epoch' from '2020-06-01'::timestamp)*1000) TO (extract ('epoch' from '2020-07-01'::timestamp)*1000);
|
|
108
|
+
FOR VALUES FROM (extract ('epoch' from '2020-06-01'::timestamp)*1000) TO (extract ('epoch' from '2020-07-01'::timestamp)*1000);
|
|
109
109
|
CREATE TABLE airqualitystations_measurements_y2020m07 PARTITION OF airqualitystations_measurements
|
|
110
|
-
FOR VALUES FROM (extract ('epoch' from '2020-07-01'::timestamp)*1000) TO (extract ('epoch' from '2020-08-01'::timestamp)*1000);
|
|
110
|
+
FOR VALUES FROM (extract ('epoch' from '2020-07-01'::timestamp)*1000) TO (extract ('epoch' from '2020-08-01'::timestamp)*1000);
|
|
111
111
|
CREATE TABLE airqualitystations_measurements_y2020m08 PARTITION OF airqualitystations_measurements
|
|
112
|
-
FOR VALUES FROM (extract ('epoch' from '2020-08-01'::timestamp)*1000) TO (extract ('epoch' from '2020-09-01'::timestamp)*1000);
|
|
112
|
+
FOR VALUES FROM (extract ('epoch' from '2020-08-01'::timestamp)*1000) TO (extract ('epoch' from '2020-09-01'::timestamp)*1000);
|
|
113
113
|
CREATE TABLE airqualitystations_measurements_y2020m09 PARTITION OF airqualitystations_measurements
|
|
114
|
-
FOR VALUES FROM (extract ('epoch' from '2020-09-01'::timestamp)*1000) TO (extract ('epoch' from '2020-10-01'::timestamp)*1000);
|
|
114
|
+
FOR VALUES FROM (extract ('epoch' from '2020-09-01'::timestamp)*1000) TO (extract ('epoch' from '2020-10-01'::timestamp)*1000);
|
|
115
115
|
CREATE TABLE airqualitystations_measurements_y2020m10 PARTITION OF airqualitystations_measurements
|
|
116
116
|
FOR VALUES FROM (extract ('epoch' from '2020-10-01'::timestamp)*1000) TO (extract ('epoch' from '2020-11-01'::timestamp)*1000);
|
|
117
117
|
CREATE TABLE airqualitystations_measurements_y2020m11 PARTITION OF airqualitystations_measurements
|
|
118
|
-
FOR VALUES FROM (extract ('epoch' from '2020-11-01'::timestamp)*1000) TO (extract ('epoch' from '2020-12-01'::timestamp)*1000);
|
|
118
|
+
FOR VALUES FROM (extract ('epoch' from '2020-11-01'::timestamp)*1000) TO (extract ('epoch' from '2020-12-01'::timestamp)*1000);
|
|
119
119
|
CREATE TABLE airqualitystations_measurements_y2020m12 PARTITION OF airqualitystations_measurements
|
|
120
|
-
FOR VALUES FROM (extract ('epoch' from '2020-12-01'::timestamp)*1000) TO (extract ('epoch' from '2021-01-01'::timestamp)*1000);
|
|
121
|
-
|
|
122
|
-
-- 2021
|
|
120
|
+
FOR VALUES FROM (extract ('epoch' from '2020-12-01'::timestamp)*1000) TO (extract ('epoch' from '2021-01-01'::timestamp)*1000);
|
|
121
|
+
|
|
122
|
+
-- 2021
|
|
123
123
|
|
|
124
124
|
CREATE TABLE airqualitystations_measurements_y2021m01 PARTITION OF airqualitystations_measurements
|
|
125
125
|
FOR VALUES FROM (extract ('epoch' from '2021-01-01'::timestamp)*1000) TO (extract ('epoch' from '2021-02-01'::timestamp)*1000);
|
|
@@ -132,21 +132,21 @@ CREATE TABLE airqualitystations_measurements_y2021m04 PARTITION OF airqualitysta
|
|
|
132
132
|
CREATE TABLE airqualitystations_measurements_y2021m05 PARTITION OF airqualitystations_measurements
|
|
133
133
|
FOR VALUES FROM (extract ('epoch' from '2021-05-01'::timestamp)*1000) TO (extract ('epoch' from '2021-06-01'::timestamp)*1000);
|
|
134
134
|
CREATE TABLE airqualitystations_measurements_y2021m06 PARTITION OF airqualitystations_measurements
|
|
135
|
-
FOR VALUES FROM (extract ('epoch' from '2021-06-01'::timestamp)*1000) TO (extract ('epoch' from '2021-07-01'::timestamp)*1000);
|
|
135
|
+
FOR VALUES FROM (extract ('epoch' from '2021-06-01'::timestamp)*1000) TO (extract ('epoch' from '2021-07-01'::timestamp)*1000);
|
|
136
136
|
CREATE TABLE airqualitystations_measurements_y2021m07 PARTITION OF airqualitystations_measurements
|
|
137
|
-
FOR VALUES FROM (extract ('epoch' from '2021-07-01'::timestamp)*1000) TO (extract ('epoch' from '2021-08-01'::timestamp)*1000);
|
|
137
|
+
FOR VALUES FROM (extract ('epoch' from '2021-07-01'::timestamp)*1000) TO (extract ('epoch' from '2021-08-01'::timestamp)*1000);
|
|
138
138
|
CREATE TABLE airqualitystations_measurements_y2021m08 PARTITION OF airqualitystations_measurements
|
|
139
|
-
FOR VALUES FROM (extract ('epoch' from '2021-08-01'::timestamp)*1000) TO (extract ('epoch' from '2021-09-01'::timestamp)*1000);
|
|
139
|
+
FOR VALUES FROM (extract ('epoch' from '2021-08-01'::timestamp)*1000) TO (extract ('epoch' from '2021-09-01'::timestamp)*1000);
|
|
140
140
|
CREATE TABLE airqualitystations_measurements_y2021m09 PARTITION OF airqualitystations_measurements
|
|
141
|
-
FOR VALUES FROM (extract ('epoch' from '2021-09-01'::timestamp)*1000) TO (extract ('epoch' from '2021-10-01'::timestamp)*1000);
|
|
141
|
+
FOR VALUES FROM (extract ('epoch' from '2021-09-01'::timestamp)*1000) TO (extract ('epoch' from '2021-10-01'::timestamp)*1000);
|
|
142
142
|
CREATE TABLE airqualitystations_measurements_y2021m10 PARTITION OF airqualitystations_measurements
|
|
143
143
|
FOR VALUES FROM (extract ('epoch' from '2021-10-01'::timestamp)*1000) TO (extract ('epoch' from '2021-11-01'::timestamp)*1000);
|
|
144
144
|
CREATE TABLE airqualitystations_measurements_y2021m11 PARTITION OF airqualitystations_measurements
|
|
145
|
-
FOR VALUES FROM (extract ('epoch' from '2021-11-01'::timestamp)*1000) TO (extract ('epoch' from '2021-12-01'::timestamp)*1000);
|
|
145
|
+
FOR VALUES FROM (extract ('epoch' from '2021-11-01'::timestamp)*1000) TO (extract ('epoch' from '2021-12-01'::timestamp)*1000);
|
|
146
146
|
CREATE TABLE airqualitystations_measurements_y2021m12 PARTITION OF airqualitystations_measurements
|
|
147
|
-
FOR VALUES FROM (extract ('epoch' from '2021-12-01'::timestamp)*1000) TO (extract ('epoch' from '2022-01-01'::timestamp)*1000);
|
|
147
|
+
FOR VALUES FROM (extract ('epoch' from '2021-12-01'::timestamp)*1000) TO (extract ('epoch' from '2022-01-01'::timestamp)*1000);
|
|
148
148
|
|
|
149
|
-
-- 2022
|
|
149
|
+
-- 2022
|
|
150
150
|
|
|
151
151
|
CREATE TABLE airqualitystations_measurements_y2022m01 PARTITION OF airqualitystations_measurements
|
|
152
152
|
FOR VALUES FROM (extract ('epoch' from '2022-01-01'::timestamp)*1000) TO (extract ('epoch' from '2022-02-01'::timestamp)*1000);
|
|
@@ -159,21 +159,21 @@ CREATE TABLE airqualitystations_measurements_y2022m04 PARTITION OF airqualitysta
|
|
|
159
159
|
CREATE TABLE airqualitystations_measurements_y2022m05 PARTITION OF airqualitystations_measurements
|
|
160
160
|
FOR VALUES FROM (extract ('epoch' from '2022-05-01'::timestamp)*1000) TO (extract ('epoch' from '2022-06-01'::timestamp)*1000);
|
|
161
161
|
CREATE TABLE airqualitystations_measurements_y2022m06 PARTITION OF airqualitystations_measurements
|
|
162
|
-
FOR VALUES FROM (extract ('epoch' from '2022-06-01'::timestamp)*1000) TO (extract ('epoch' from '2022-07-01'::timestamp)*1000);
|
|
162
|
+
FOR VALUES FROM (extract ('epoch' from '2022-06-01'::timestamp)*1000) TO (extract ('epoch' from '2022-07-01'::timestamp)*1000);
|
|
163
163
|
CREATE TABLE airqualitystations_measurements_y2022m07 PARTITION OF airqualitystations_measurements
|
|
164
|
-
FOR VALUES FROM (extract ('epoch' from '2022-07-01'::timestamp)*1000) TO (extract ('epoch' from '2022-08-01'::timestamp)*1000);
|
|
164
|
+
FOR VALUES FROM (extract ('epoch' from '2022-07-01'::timestamp)*1000) TO (extract ('epoch' from '2022-08-01'::timestamp)*1000);
|
|
165
165
|
CREATE TABLE airqualitystations_measurements_y2022m08 PARTITION OF airqualitystations_measurements
|
|
166
|
-
FOR VALUES FROM (extract ('epoch' from '2022-08-01'::timestamp)*1000) TO (extract ('epoch' from '2022-09-01'::timestamp)*1000);
|
|
166
|
+
FOR VALUES FROM (extract ('epoch' from '2022-08-01'::timestamp)*1000) TO (extract ('epoch' from '2022-09-01'::timestamp)*1000);
|
|
167
167
|
CREATE TABLE airqualitystations_measurements_y2022m09 PARTITION OF airqualitystations_measurements
|
|
168
|
-
FOR VALUES FROM (extract ('epoch' from '2022-09-01'::timestamp)*1000) TO (extract ('epoch' from '2022-10-01'::timestamp)*1000);
|
|
168
|
+
FOR VALUES FROM (extract ('epoch' from '2022-09-01'::timestamp)*1000) TO (extract ('epoch' from '2022-10-01'::timestamp)*1000);
|
|
169
169
|
CREATE TABLE airqualitystations_measurements_y2022m10 PARTITION OF airqualitystations_measurements
|
|
170
170
|
FOR VALUES FROM (extract ('epoch' from '2022-10-01'::timestamp)*1000) TO (extract ('epoch' from '2022-11-01'::timestamp)*1000);
|
|
171
171
|
CREATE TABLE airqualitystations_measurements_y2022m11 PARTITION OF airqualitystations_measurements
|
|
172
|
-
FOR VALUES FROM (extract ('epoch' from '2022-11-01'::timestamp)*1000) TO (extract ('epoch' from '2022-12-01'::timestamp)*1000);
|
|
172
|
+
FOR VALUES FROM (extract ('epoch' from '2022-11-01'::timestamp)*1000) TO (extract ('epoch' from '2022-12-01'::timestamp)*1000);
|
|
173
173
|
CREATE TABLE airqualitystations_measurements_y2022m12 PARTITION OF airqualitystations_measurements
|
|
174
|
-
FOR VALUES FROM (extract ('epoch' from '2022-12-01'::timestamp)*1000) TO (extract ('epoch' from '2023-01-01'::timestamp)*1000);
|
|
174
|
+
FOR VALUES FROM (extract ('epoch' from '2022-12-01'::timestamp)*1000) TO (extract ('epoch' from '2023-01-01'::timestamp)*1000);
|
|
175
175
|
|
|
176
|
-
-- 2023
|
|
176
|
+
-- 2023
|
|
177
177
|
|
|
178
178
|
CREATE TABLE airqualitystations_measurements_y2023m01 PARTITION OF airqualitystations_measurements
|
|
179
179
|
FOR VALUES FROM (extract ('epoch' from '2023-01-01'::timestamp)*1000) TO (extract ('epoch' from '2023-02-01'::timestamp)*1000);
|
|
@@ -186,21 +186,21 @@ CREATE TABLE airqualitystations_measurements_y2023m04 PARTITION OF airqualitysta
|
|
|
186
186
|
CREATE TABLE airqualitystations_measurements_y2023m05 PARTITION OF airqualitystations_measurements
|
|
187
187
|
FOR VALUES FROM (extract ('epoch' from '2023-05-01'::timestamp)*1000) TO (extract ('epoch' from '2023-06-01'::timestamp)*1000);
|
|
188
188
|
CREATE TABLE airqualitystations_measurements_y2023m06 PARTITION OF airqualitystations_measurements
|
|
189
|
-
FOR VALUES FROM (extract ('epoch' from '2023-06-01'::timestamp)*1000) TO (extract ('epoch' from '2023-07-01'::timestamp)*1000);
|
|
189
|
+
FOR VALUES FROM (extract ('epoch' from '2023-06-01'::timestamp)*1000) TO (extract ('epoch' from '2023-07-01'::timestamp)*1000);
|
|
190
190
|
CREATE TABLE airqualitystations_measurements_y2023m07 PARTITION OF airqualitystations_measurements
|
|
191
|
-
FOR VALUES FROM (extract ('epoch' from '2023-07-01'::timestamp)*1000) TO (extract ('epoch' from '2023-08-01'::timestamp)*1000);
|
|
191
|
+
FOR VALUES FROM (extract ('epoch' from '2023-07-01'::timestamp)*1000) TO (extract ('epoch' from '2023-08-01'::timestamp)*1000);
|
|
192
192
|
CREATE TABLE airqualitystations_measurements_y2023m08 PARTITION OF airqualitystations_measurements
|
|
193
|
-
FOR VALUES FROM (extract ('epoch' from '2023-08-01'::timestamp)*1000) TO (extract ('epoch' from '2023-09-01'::timestamp)*1000);
|
|
193
|
+
FOR VALUES FROM (extract ('epoch' from '2023-08-01'::timestamp)*1000) TO (extract ('epoch' from '2023-09-01'::timestamp)*1000);
|
|
194
194
|
CREATE TABLE airqualitystations_measurements_y2023m09 PARTITION OF airqualitystations_measurements
|
|
195
|
-
FOR VALUES FROM (extract ('epoch' from '2023-09-01'::timestamp)*1000) TO (extract ('epoch' from '2023-10-01'::timestamp)*1000);
|
|
195
|
+
FOR VALUES FROM (extract ('epoch' from '2023-09-01'::timestamp)*1000) TO (extract ('epoch' from '2023-10-01'::timestamp)*1000);
|
|
196
196
|
CREATE TABLE airqualitystations_measurements_y2023m10 PARTITION OF airqualitystations_measurements
|
|
197
197
|
FOR VALUES FROM (extract ('epoch' from '2023-10-01'::timestamp)*1000) TO (extract ('epoch' from '2023-11-01'::timestamp)*1000);
|
|
198
198
|
CREATE TABLE airqualitystations_measurements_y2023m11 PARTITION OF airqualitystations_measurements
|
|
199
|
-
FOR VALUES FROM (extract ('epoch' from '2023-11-01'::timestamp)*1000) TO (extract ('epoch' from '2023-12-01'::timestamp)*1000);
|
|
199
|
+
FOR VALUES FROM (extract ('epoch' from '2023-11-01'::timestamp)*1000) TO (extract ('epoch' from '2023-12-01'::timestamp)*1000);
|
|
200
200
|
CREATE TABLE airqualitystations_measurements_y2023m12 PARTITION OF airqualitystations_measurements
|
|
201
|
-
FOR VALUES FROM (extract ('epoch' from '2023-12-01'::timestamp)*1000) TO (extract ('epoch' from '2024-01-01'::timestamp)*1000);
|
|
201
|
+
FOR VALUES FROM (extract ('epoch' from '2023-12-01'::timestamp)*1000) TO (extract ('epoch' from '2024-01-01'::timestamp)*1000);
|
|
202
202
|
|
|
203
|
-
-- 2024
|
|
203
|
+
-- 2024
|
|
204
204
|
|
|
205
205
|
CREATE TABLE airqualitystations_measurements_y2024m01 PARTITION OF airqualitystations_measurements
|
|
206
206
|
FOR VALUES FROM (extract ('epoch' from '2024-01-01'::timestamp)*1000) TO (extract ('epoch' from '2024-02-01'::timestamp)*1000);
|
|
@@ -213,19 +213,19 @@ CREATE TABLE airqualitystations_measurements_y2024m04 PARTITION OF airqualitysta
|
|
|
213
213
|
CREATE TABLE airqualitystations_measurements_y2024m05 PARTITION OF airqualitystations_measurements
|
|
214
214
|
FOR VALUES FROM (extract ('epoch' from '2024-05-01'::timestamp)*1000) TO (extract ('epoch' from '2024-06-01'::timestamp)*1000);
|
|
215
215
|
CREATE TABLE airqualitystations_measurements_y2024m06 PARTITION OF airqualitystations_measurements
|
|
216
|
-
FOR VALUES FROM (extract ('epoch' from '2024-06-01'::timestamp)*1000) TO (extract ('epoch' from '2024-07-01'::timestamp)*1000);
|
|
216
|
+
FOR VALUES FROM (extract ('epoch' from '2024-06-01'::timestamp)*1000) TO (extract ('epoch' from '2024-07-01'::timestamp)*1000);
|
|
217
217
|
CREATE TABLE airqualitystations_measurements_y2024m07 PARTITION OF airqualitystations_measurements
|
|
218
|
-
FOR VALUES FROM (extract ('epoch' from '2024-07-01'::timestamp)*1000) TO (extract ('epoch' from '2024-08-01'::timestamp)*1000);
|
|
218
|
+
FOR VALUES FROM (extract ('epoch' from '2024-07-01'::timestamp)*1000) TO (extract ('epoch' from '2024-08-01'::timestamp)*1000);
|
|
219
219
|
CREATE TABLE airqualitystations_measurements_y2024m08 PARTITION OF airqualitystations_measurements
|
|
220
|
-
FOR VALUES FROM (extract ('epoch' from '2024-08-01'::timestamp)*1000) TO (extract ('epoch' from '2024-09-01'::timestamp)*1000);
|
|
220
|
+
FOR VALUES FROM (extract ('epoch' from '2024-08-01'::timestamp)*1000) TO (extract ('epoch' from '2024-09-01'::timestamp)*1000);
|
|
221
221
|
CREATE TABLE airqualitystations_measurements_y2024m09 PARTITION OF airqualitystations_measurements
|
|
222
|
-
FOR VALUES FROM (extract ('epoch' from '2024-09-01'::timestamp)*1000) TO (extract ('epoch' from '2024-10-01'::timestamp)*1000);
|
|
222
|
+
FOR VALUES FROM (extract ('epoch' from '2024-09-01'::timestamp)*1000) TO (extract ('epoch' from '2024-10-01'::timestamp)*1000);
|
|
223
223
|
CREATE TABLE airqualitystations_measurements_y2024m10 PARTITION OF airqualitystations_measurements
|
|
224
224
|
FOR VALUES FROM (extract ('epoch' from '2024-10-01'::timestamp)*1000) TO (extract ('epoch' from '2024-11-01'::timestamp)*1000);
|
|
225
225
|
CREATE TABLE airqualitystations_measurements_y2024m11 PARTITION OF airqualitystations_measurements
|
|
226
|
-
FOR VALUES FROM (extract ('epoch' from '2024-11-01'::timestamp)*1000) TO (extract ('epoch' from '2024-12-01'::timestamp)*1000);
|
|
226
|
+
FOR VALUES FROM (extract ('epoch' from '2024-11-01'::timestamp)*1000) TO (extract ('epoch' from '2024-12-01'::timestamp)*1000);
|
|
227
227
|
CREATE TABLE airqualitystations_measurements_y2024m12 PARTITION OF airqualitystations_measurements
|
|
228
|
-
FOR VALUES FROM (extract ('epoch' from '2024-12-01'::timestamp)*1000) TO (extract ('epoch' from '2025-01-01'::timestamp)*1000);
|
|
228
|
+
FOR VALUES FROM (extract ('epoch' from '2024-12-01'::timestamp)*1000) TO (extract ('epoch' from '2025-01-01'::timestamp)*1000);
|
|
229
229
|
|
|
230
230
|
-- 2025
|
|
231
231
|
|
|
@@ -240,20 +240,20 @@ CREATE TABLE airqualitystations_measurements_y2025m04 PARTITION OF airqualitysta
|
|
|
240
240
|
CREATE TABLE airqualitystations_measurements_y2025m05 PARTITION OF airqualitystations_measurements
|
|
241
241
|
FOR VALUES FROM (extract ('epoch' from '2025-05-01'::timestamp)*1000) TO (extract ('epoch' from '2025-06-01'::timestamp)*1000);
|
|
242
242
|
CREATE TABLE airqualitystations_measurements_y2025m06 PARTITION OF airqualitystations_measurements
|
|
243
|
-
FOR VALUES FROM (extract ('epoch' from '2025-06-01'::timestamp)*1000) TO (extract ('epoch' from '2025-07-01'::timestamp)*1000);
|
|
243
|
+
FOR VALUES FROM (extract ('epoch' from '2025-06-01'::timestamp)*1000) TO (extract ('epoch' from '2025-07-01'::timestamp)*1000);
|
|
244
244
|
CREATE TABLE airqualitystations_measurements_y2025m07 PARTITION OF airqualitystations_measurements
|
|
245
|
-
FOR VALUES FROM (extract ('epoch' from '2025-07-01'::timestamp)*1000) TO (extract ('epoch' from '2025-08-01'::timestamp)*1000);
|
|
245
|
+
FOR VALUES FROM (extract ('epoch' from '2025-07-01'::timestamp)*1000) TO (extract ('epoch' from '2025-08-01'::timestamp)*1000);
|
|
246
246
|
CREATE TABLE airqualitystations_measurements_y2025m08 PARTITION OF airqualitystations_measurements
|
|
247
|
-
FOR VALUES FROM (extract ('epoch' from '2025-08-01'::timestamp)*1000) TO (extract ('epoch' from '2025-09-01'::timestamp)*1000);
|
|
247
|
+
FOR VALUES FROM (extract ('epoch' from '2025-08-01'::timestamp)*1000) TO (extract ('epoch' from '2025-09-01'::timestamp)*1000);
|
|
248
248
|
CREATE TABLE airqualitystations_measurements_y2025m09 PARTITION OF airqualitystations_measurements
|
|
249
|
-
FOR VALUES FROM (extract ('epoch' from '2025-09-01'::timestamp)*1000) TO (extract ('epoch' from '2025-10-01'::timestamp)*1000);
|
|
249
|
+
FOR VALUES FROM (extract ('epoch' from '2025-09-01'::timestamp)*1000) TO (extract ('epoch' from '2025-10-01'::timestamp)*1000);
|
|
250
250
|
CREATE TABLE airqualitystations_measurements_y2025m10 PARTITION OF airqualitystations_measurements
|
|
251
251
|
FOR VALUES FROM (extract ('epoch' from '2025-10-01'::timestamp)*1000) TO (extract ('epoch' from '2025-11-01'::timestamp)*1000);
|
|
252
252
|
CREATE TABLE airqualitystations_measurements_y2025m11 PARTITION OF airqualitystations_measurements
|
|
253
|
-
FOR VALUES FROM (extract ('epoch' from '2025-11-01'::timestamp)*1000) TO (extract ('epoch' from '2025-12-01'::timestamp)*1000);
|
|
253
|
+
FOR VALUES FROM (extract ('epoch' from '2025-11-01'::timestamp)*1000) TO (extract ('epoch' from '2025-12-01'::timestamp)*1000);
|
|
254
254
|
CREATE TABLE airqualitystations_measurements_y2025m12 PARTITION OF airqualitystations_measurements
|
|
255
|
-
FOR VALUES FROM (extract ('epoch' from '2025-12-01'::timestamp)*1000) TO (extract ('epoch' from '2026-01-01'::timestamp)*1000);
|
|
255
|
+
FOR VALUES FROM (extract ('epoch' from '2025-12-01'::timestamp)*1000) TO (extract ('epoch' from '2026-01-01'::timestamp)*1000);
|
|
256
256
|
|
|
257
257
|
-- >25
|
|
258
258
|
CREATE TABLE airqualitystations_measurements_max PARTITION OF airqualitystations_measurements
|
|
259
|
-
FOR VALUES FROM (extract ('epoch' from '2026-
|
|
259
|
+
FOR VALUES FROM (extract ('epoch' from '2026-01-01'::timestamp)*1000) TO (maxvalue);
|
|
@@ -272,4 +272,4 @@ CREATE TABLE airqualitystations_measurements_y2025m12 PARTITION OF airqualitysta
|
|
|
272
272
|
|
|
273
273
|
-- >25
|
|
274
274
|
CREATE TABLE airqualitystations_measurements_max PARTITION OF airqualitystations_measurements
|
|
275
|
-
FOR VALUES FROM ('2026-
|
|
275
|
+
FOR VALUES FROM ('2026-01-01') TO (maxvalue);
|