Change the owner of a Time Series set
changeTsSetOwner(con, set_name, old_owner = Sys.info()["user"], new_owner,
tbl = "timeseries_sets", schema = "timeseries")
PostgreSQL connection
Name of the set to be updates
User name of the set's current owner
User name of the set's new owner
Name of the time series sets table
Schema of the time series database to use