node-postgres icon indicating copy to clipboard operation
node-postgres copied to clipboard

Documented lock_timeout in client.mdx

Open bitifet opened this issue 1 year ago • 0 comments

Added 'lock_timeout' option in Config object documentation since it's explicitly declared in node-postgres (packages/pg/lib/connection-parameters.js)

I also checked it works as documented in PostgreSQL Docs:

https://www.postgresql.org/docs/current/runtime-config-client.html#GUC-LOCK-TIMEOUT

bitifet avatar Apr 24 '24 12:04 bitifet