ELT PostgreSQL components
| tELTPostgresqlInput | Provides the Postgresql table schema that will be used by the tELTPostgresqlMap component to generate the SQL SELECT statement. | 
| tELTPostgresqlMap | Builds the SQL SELECT statement using the table schema(s) provided by one or more tELTPostgresqlInput components. | 
| tELTPostgresqlOutput | Performs the action (insert, update or delete) on data in the specified Postgresql table through the SQL statement generated by the tELTPostgresqlMap component. |