Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.95 KB

readme.md

File metadata and controls

21 lines (18 loc) · 1.95 KB

SQL Function Documentation

Status

The following SQL functions provide the primary modality for interacting with the extension PG_AUTO_DW. Functions are broken into two categories: informative and interactive. Interactive functions can change the data warehouse (DW).

Informative Functions

These functions do not affect the database.

Availability Function Purpose
Proposal Version health() Understand DW health.
Proposal Version source_tables() Understand the status of all tables included for DW automation.
Proposal Version source_columns() Understand the status of all table columns included for DW automation.

Interactive Functions

These functions can only effect the data warehouse portion of the database.

Availability Function Purpose
Proposal Version source_include(object_pattern) Add source objects for DW automation.
Proposal Version source_exclude(object_pattern) Remove source objects for DW automation.
Proposal Version update_context(object, context) Provide information to facilitate DW automation.
Proposal Version go(flag, status) Initiates DW builds and dataflows.