//
pkg.gl
Category
github.com/influxdata/telegraf
plugins
outputs
postgresql
sqltemplate
package
1.33.2
Repository:
https://github.com/influxdata/telegraf.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
9
Dependents
1
Files
214 SLOC
#
Functions
NewColumns
NewTable
QuoteIdentifier
QuoteIdentifier quotes the given string as a Postgres identifier (double-quotes the value).
QuoteLiteral
QuoteLiteral quotes the given string as a Postgres literal (single-quotes the value).
#
Structs
Table
Table is an object which represents a Postgres table.
#
Type aliases
Column
A Column is an object which represents a Postgres column.
Columns
Columns represents an ordered list of Column objects, with convenience methods for operating on the list.
Template