Skip to content

Commit 636f7c1

Browse files
authored
🤖 Merge PR DefinitelyTyped#72576 feat(pg): add additional Client parameters by @hjr3
1 parent 36ce48e commit 636f7c1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

types/pg/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ export interface ClientConfig {
2525
keepAliveInitialDelayMillis?: number | undefined;
2626
idle_in_transaction_session_timeout?: number | undefined;
2727
application_name?: string | undefined;
28+
fallback_application_name?: string | undefined;
2829
connectionTimeoutMillis?: number | undefined;
2930
types?: CustomTypesConfig | undefined;
3031
options?: string | undefined;
32+
client_encoding?: string | undefined;
3133
}
3234

3335
export type ConnectionConfig = ClientConfig;

types/pg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@types/pg",
4-
"version": "8.11.9999",
4+
"version": "8.12.9999",
55
"projects": [
66
"https://github.com/brianc/node-postgres"
77
],

0 commit comments

Comments
 (0)