Skip to content

Commit 26a42f5

Browse files
author
glen
committed
clarify that postgres not timescale necessarily
1 parent e512f10 commit 26a42f5

5 files changed

Lines changed: 32 additions & 1 deletion

File tree

.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/go-kit.iml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

database/postgres.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/pkg/errors"
1212
)
1313

14-
// PostgresDatabaseSettings are the settings for a timescale database
14+
// PostgresDatabaseSettings are the settings for a postgres database
1515
type PostgresDatabaseSettings struct {
1616
Host string
1717
Port int

0 commit comments

Comments
 (0)