Rob Kiefer e44e47ed88 Update add_dimension to take INTERVAL times
The user should be able to add time dimensions using INTERVAL when
the column type is TIMESTAMP/TIMESTAMPTZ/DATE, so this change adds
that support.

Additionally it adds some additional tests and checks for
add_dimension, e.g., a nice error when the table is not a
hypertable.
2017-12-07 12:09:35 -05:00
..
2017-07-13 09:04:01 -04:00
2017-07-31 13:27:01 -04:00
2017-08-21 13:57:36 -04:00
2017-09-04 15:48:08 -04:00
2017-09-20 12:10:48 -04:00
2017-10-12 13:56:03 -04:00
2017-11-07 21:16:58 -05:00
2017-11-21 14:37:57 -05:00
2017-07-13 09:04:01 -04:00
2017-07-31 13:27:01 -04:00
2017-08-21 13:57:36 -04:00
2017-09-04 15:48:08 -04:00
2017-09-20 12:10:48 -04:00
2017-10-12 13:56:03 -04:00
2017-11-07 21:16:58 -05:00
2017-11-21 14:37:57 -05:00
2017-11-30 11:33:43 -05:00
2017-07-13 08:33:08 -04:00

Folder for update SQL-scripts named pre-oldversion--newversion or post-oldversion--newversion

pre files are run before reloading the functions. These should include new tables, constraints, indexes, etc.

post functions are run after reloading the functions. These include any entities depending on functions-- e.g. triggers.

It is assumed that there is only one file for pre or post matching the newversion.