mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-18 11:45:11 +08:00
Rename continuous_aggregate_policy parameters
Continuous aggregate policy parameters start_interval/end_interval are renamed to start_offset/end_offset
This commit is contained in:
parent
e79308218a
commit
559007097f
@ -42,7 +42,7 @@ AS '@MODULE_PATHNAME@', 'ts_policy_compression_remove'
|
||||
LANGUAGE C VOLATILE STRICT;
|
||||
|
||||
/* continuous aggregates policy */
|
||||
CREATE OR REPLACE FUNCTION add_continuous_aggregate_policy(continuous_aggregate REGCLASS, start_interval "any", end_interval "any", schedule_interval INTERVAL, if_not_exists BOOL = false)
|
||||
CREATE OR REPLACE FUNCTION add_continuous_aggregate_policy(continuous_aggregate REGCLASS, start_offset "any", end_offset "any", schedule_interval INTERVAL, if_not_exists BOOL = false)
|
||||
RETURNS INTEGER
|
||||
AS '@MODULE_PATHNAME@', 'ts_policy_refresh_cagg_add'
|
||||
LANGUAGE C VOLATILE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user