Skip to content

Commit 24bbbc1

Browse files
authored
fix: Use postgres defaults in destination config (#1846)
#### Summary Fixes #1790 ---
1 parent 4f9c8de commit 24bbbc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/internal/destinations/postgresql/postgresql.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ func (p *Client) Write(ctx context.Context, table string, data map[string]interf
377377

378378
func (*Client) ExampleConfig() string {
379379
return `
380-
connection_string: "postgresql://user:password@localhost:5432/dbname"
380+
connection_string: "postgresql://postgres:pass@localhost:5432/postgres"
381381
`
382382
}
383383

0 commit comments

Comments
 (0)