setup_sql_tables {timeseriesdb}R Documentation

Install timeseriesdb System Tables

Description

Installs tables needed to operated timeseriesdb in a given PostgreSQL schema. The tables use a default SQL file installed with the package to generate SQL tables. The default schema 'timeseries' can be replaced using the 'schema' parameter.

Usage

setup_sql_tables(con, schema = "timeseries", prnt = identity)

Arguments

con

PostgreSQL connection object created by the RPostgres package.

schema

character schema name, defaults to 'timeseries'.

prnt

function log printing function


[Package timeseriesdb version 1.0.0-1.1.2 Index]