setup_sql_functions: Install timeseriesdb System Functions

View source: R/setup_sql.R

setup_sql_functionsR Documentation

Install timeseriesdb System Functions

Description

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

Usage

setup_sql_functions(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


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