Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support new postgres features #89

Open
nikita-safonov opened this issue Jul 5, 2023 · 3 comments
Open

Support new postgres features #89

nikita-safonov opened this issue Jul 5, 2023 · 3 comments

Comments

@nikita-safonov
Copy link

nikita-safonov commented Jul 5, 2023

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.

@vvitad
Copy link

vvitad commented Mar 6, 2024

I have completely the same problem

@vvitad
Copy link

vvitad commented Mar 7, 2024

That feature is needed! I don't want to collect metrics I won't use from replica. It would be garbage.

@dewey
Copy link
Member

dewey commented Mar 7, 2024

Pull requests are welcome! (See "help wanted" label)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants