[odb-users] odb libpq connection debugging
Boris Kolpackov
boris at codesynthesis.com
Fri Sep 27 03:29:13 EDT 2024
MM <finjulhich at gmail.com> writes:
> Is there any way to tell odb to tell libpq to debug more?
You can create odb::pgsql::connection by manually creating and
passing underlying PGconn*:
https://git.codesynthesis.com/cgit/odb/odb/tree/libodb-pgsql/odb/pgsql/connection.hxx#n44
This way you can tell libpq whatever it is you need to tell it,
yourself.
More information about the odb-users
mailing list