setup_sql_extentions: Install PostgreSQL Schemas and Extensions

View source: R/setup_sql.R

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


timeseriesdb documentation built on March 24, 2022, 1:06 a.m.