You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select version();
PostgreSQL 14.1 (Debian 14.1-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
select rolname,rolpassword from pg_authid where rolname = 'postgres';
SCRAM-SHA-256$4096:Oyg9TWU4+8qPPFwyy4VjUQ==$cwANuKpk/GBP+G5uUH6qDZKc9R+yry82RRU6GsV1I=:5mR7hX16C1T9MtRWUDdsFf/y6MlkDJSw1vxLCKKMGAM=
The text was updated successfully, but these errors were encountered:
I'm not sure what you're asking. What do yo expect to see and how did you try connecting?
The connection of database version 14 is not successful. It is normal to return to version 13. But pgmoon-v1 14.0 has not solved the encryption processing of [PostgreSQL 14.1] scram-sha-256?
select version();
PostgreSQL 14.1 (Debian 14.1-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
select rolname,rolpassword from pg_authid where rolname = 'postgres';
SCRAM-SHA-256$4096:Oyg9TWU4+8qPPFwyy4VjUQ==$cwANuKpk/GBP+G5uUH6qDZKc9R+yry82RRU6GsV1I=:5mR7hX16C1T9MtRWUDdsFf/y6MlkDJSw1vxLCKKMGAM=
The text was updated successfully, but these errors were encountered: