setup_sql_extentions: Install PostgreSQL Schemas and Extensions
Description
Installs schema, uuid-ossp, btree_gist.
This function must be run with a connection of a database level admin.
Usage
setup_sql_extentions(con, schema = "timeseries")
Arguments
con
RPostgres connection object.
schema
schema character schema name, defaults to 'timeseries'.