mirror of https://github.com/citusdata/citus.git
Update UDF parameters on test
parent
d1331055d4
commit
05b85b6e7c
|
@ -807,7 +807,7 @@ SELECT * FROM multi_extension.print_extension_changes();
|
|||
| function create_missing_partitions(regclass,timestamp with time zone,timestamp with time zone) boolean
|
||||
| function create_timeseries_table(regclass,interval,integer,integer,timestamp with time zone,interval,interval) void
|
||||
| function drop_timeseries_table_metadata(regclass) void
|
||||
| function get_missing_partition_ranges(regclass,timestamp with time zone,timestamp with time zone) TABLE(range_from_value text, range_to_value text)
|
||||
| function get_missing_partition_ranges(regclass,timestamp with time zone,timestamp with time zone) TABLE(partition_name text, range_from_value text, range_to_value text)
|
||||
| function stop_metadata_sync_to_node(text,integer,boolean) void
|
||||
| schema timeseries
|
||||
| table timeseries.tables
|
||||
|
|
Loading…
Reference in New Issue