package
1.33.2
Repository: https://github.com/influxdata/telegraf.git
Documentation: pkg.go.dev

# Functions

QuoteIdentifier quotes the given string as a Postgres identifier (double-quotes the value).
QuoteLiteral quotes the given string as a Postgres literal (single-quotes the value).

# Structs

Table is an object which represents a Postgres table.

# Type aliases

A Column is an object which represents a Postgres column.
Columns represents an ordered list of Column objects, with convenience methods for operating on the list.