Connecting to PGBouncer, without SSL, and attempting to run any query fails with:
ERROR: unsupported pkt type: 80 (SQLSTATE 08P01)
I also tried 4.0.0 and it seems that this error is not new. Looks quite similar to #512. I attempted both the sql.DB interface and the native pgx interface to no avail.
Versions:
- PGBouncer 1.11.0
- pgx 4.0.0, 4.1.2
Connecting to PGBouncer, without SSL, and attempting to run any query fails with:
I also tried 4.0.0 and it seems that this error is not new. Looks quite similar to #512. I attempted both the
sql.DBinterface and the nativepgxinterface to no avail.Versions: