diff --git a/src/dialects/postgres/connection-manager.ts b/src/dialects/postgres/connection-manager.ts index b27dae11276d..6fcc5c1c4fae 100644 --- a/src/dialects/postgres/connection-manager.ts +++ b/src/dialects/postgres/connection-manager.ts @@ -93,6 +93,8 @@ export class PostgresConnectionManager extends AbstractConnectionManager= 10 'idle_in_transaction_session_timeout', + // Maximum wait time for lock requests in milliseconds. Added in pg v8.8.0. + 'lock_timeout', // Postgres allows additional session variables to be configured in the connection string in the `options` param. // see [https://www.postgresql.org/docs/14/libpq-connect.html#LIBPQ-CONNECT-OPTIONS] 'options',