Update UDF parameters on test

velioglu/create_timeseries_table
Burak Velioglu 2021-09-01 13:51:38 +03:00
parent d1331055d4
commit 05b85b6e7c
No known key found for this signature in database
GPG Key ID: F6827E620F6549C6
1 changed files with 1 additions and 1 deletions

View File

@ -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