```js const pool = new pg.Pool({ statement_timeout: 1000, }); ``` Passing `statement_timeout` to node-postgres when using `pg-native` has no effect on the `statement_timeout` configuration.
Passing
statement_timeoutto node-postgres when usingpg-nativehas no effect on thestatement_timeoutconfiguration.