Versions in this module Expand all Collapse all v1 v1.0.0 Sep 20, 2019 Changes in this version + func TableChColumns(conn *chutils.CHConn, chTable config.ChTableName) (map[string]config.ChColumn, error) + func TablePgColumns(tx *pgx.Tx, tblName config.PgTableName) ([]message.Column, map[string]*config.PgColumn, error)