Hi I just migrated my app to PG 12.5 and jumped into an issue which didn't exist in PG12.3: the password provided in connection URI is ignored by connect meta-command. [...] $ psql psql (12.5) Type "help" for help.
Same sequence using earlier version: $ /usr/pgsql-9.4/bin/psql psql (9.4.4, server 12.5) WARNING: psql major version 9.4, server major version 12.0. Some psql features might not work. Type "help" for help.
I checked versions 13.1 and 12.3 and can confirm that in v13 a password-included connection string still results in a prompt for a password when using \connect, but it does not in 12.3.