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
Currently pq is stopped in development and does not support any new postgres features like new environment variables, parameters and so on.
Right now I'm trying to deploy an exporter in kubernetes and want to collect metrics from master, but I have 3 PG instances and patroni, so I don't know who is master and who is slave, so I tried to use target_session_attrs parameter. But pq doesn't support it because MR hasn't been merged for 5 years...
If I knew GO, I would create MR to migrate to pgx, which is currently under active development and supports all new features.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello!
Currently pq is stopped in development and does not support any new postgres features like new environment variables, parameters and so on.
Right now I'm trying to deploy an exporter in kubernetes and want to collect metrics from master, but I have 3 PG instances and patroni, so I don't know who is master and who is slave, so I tried to use target_session_attrs parameter. But pq doesn't support it because MR hasn't been merged for 5 years...
If I knew GO, I would create MR to migrate to pgx, which is currently under active development and supports all new features.
Thanks.
The text was updated successfully, but these errors were encountered: