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 36ce48e commit 636f7c1Copy full SHA for 636f7c1
types/pg/index.d.ts
@@ -25,9 +25,11 @@ export interface ClientConfig {
25
keepAliveInitialDelayMillis?: number | undefined;
26
idle_in_transaction_session_timeout?: number | undefined;
27
application_name?: string | undefined;
28
+ fallback_application_name?: string | undefined;
29
connectionTimeoutMillis?: number | undefined;
30
types?: CustomTypesConfig | undefined;
31
options?: string | undefined;
32
+ client_encoding?: string | undefined;
33
}
34
35
export type ConnectionConfig = ClientConfig;
types/pg/package.json
@@ -1,7 +1,7 @@
1
{
2
"private": true,
3
"name": "@types/pg",
4
- "version": "8.11.9999",
+ "version": "8.12.9999",
5
"projects": [
6
"https://github.com/brianc/node-postgres"
7
],
0 commit comments