Skip to content

Commit

Permalink
outputs.postgresql: fix tags_as_foreign_keys typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
phemmer committed Feb 1, 2022
1 parent 02ee794 commit 0665544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/outputs/postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ tag_table_add_column_templates = [
Some PostgreSQL-compatible databases don't allow modification of table schema after initial creation. This example works around the limitation by creating a new table and then using a view to join them together.

```toml
tags_as_foreignkeys = true
tags_as_foreign_keys = true
schema = 'telegraf'
create_templates = [
'''CREATE TABLE {{ .table }} ({{ .allColumns }})''',
Expand Down

0 comments on commit 0665544

Please sign in to comment.