Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2026 Changes in this version + func FieldListToJSON(fieldList []*telegraf.Field) ([]byte, error) + func FullTableName(schema, name string) pgx.Identifier + func GetTagID(metric telegraf.Metric) int64 + func QuoteIdentifier(name string) string + func QuoteLiteral(name string) string + func TagListToJSON(tagList []*telegraf.Tag) []byte + type Column struct + Name string + Role ColumnRole + Type string + type ColumnList []Column + func (cl ColumnList) Len() int + func (cl ColumnList) Less(i, j int) bool + func (cl ColumnList) Sort() + func (cl ColumnList) Swap(i, j int) + type ColumnRole int + const FieldColType + const TagColType + const TagsIDColType + const TimeColType + type PGXLogger struct + func (l PGXLogger) Log(_ context.Context, level pgx.LogLevel, msg string, data map[string]interface{}) + type WaitGroup struct + func NewWaitGroup() *WaitGroup + func (wg *WaitGroup) Add(i int32) + func (wg *WaitGroup) C() <-chan struct{} + func (wg *WaitGroup) Done()