setup_sql_extentions {timeseriesdb}R Documentation

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'.


[Package timeseriesdb version 1.0.0-1.1.2 Index]