R/setup_sql.R
setup_sql_extentions.Rd
Installs schema, uuid-ossp, btree_gist. This function must be run with a connection of a database level admin.
setup_sql_extentions(con, schema = "timeseries")
RPostgres connection object.
schema character schema name, defaults to 'timeseries'.