Thijs

Results 4 issues of Thijs

Similar to the dynamic lookup of a password, this PR makes it possible to support a lookup of the user as well. This is needed for AWS RDS rotation where...

The PR at https://github.com/brianc/node-postgres/pull/1926 solves part of my problem. In RDS I'm using password rotation with a secondary postgres user, which means that every rotation the username toggles between `username`...

### General information * SDK/Library version: 1.33.2 * Environment: production * Browser and OS: all, but tested on Chrome (Version 102.0.5005.61 (Official Build) (64-bit)) ; Linux Funtoo (gentoo derivative) ###...

In cl-postgres you can do ``` (prepare-query connection "test-bool" "select $1" '(t)) (exec-prepared connection "test-bool" '(nil) 'list-row-reader) ``` so that you can specify how you want the results to be...