Completely replaces the set set_name of user_name with the new values (keys, description, active) of the new one. If the set does not yet exist for the given user it will be created.
overwriteTsSet(con, set_name, ts_keys, user_name = Sys.info()["user"],
description = "", active = TRUE, tbl = "timeseries_sets",
schema = "timeseries")
PostgreSQL connection
The name of the set to be overwritten
The keys in the new set
The owner of the set to be overwritten
The description of the new set
Should the new set be active?
Name of the time series sets table
Schema of the time series database to use