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.
setup_sql_functions(con, schema = "timeseries", prnt = identity)
PostgreSQL connection object created by the RPostgres package.
character schema name, defaults to 'timeseries'.
function log printing function