We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7218b4 commit 2405bbeCopy full SHA for 2405bbe
coderd/database/dbtestutil/db.go
@@ -186,7 +186,7 @@ func pgDump(dbURL string) ([]byte, error) {
186
cmd := exec.Command(cmdArgs[0], cmdArgs[1:]...) // nolint:gosec
187
cmd.Env = []string{
188
// "PGTZ=UTC", // This is probably not going to be useful if tz has been changed.
189
- "PGCLIENTENCODINDG=UTF8",
+ "PGCLIENTENCODING=UTF8",
190
"PGDATABASE=", // we should always specify the database name in the connection string
191
}
192
var stdout bytes.Buffer
0 commit comments