```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.