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

Change pg_pgbouncer.sql to not automatically run pgbouncer #3

Open
JelteF opened this issue May 27, 2024 · 0 comments
Open

Change pg_pgbouncer.sql to not automatically run pgbouncer #3

JelteF opened this issue May 27, 2024 · 0 comments
Milestone

Comments

@JelteF
Copy link
Member

JelteF commented May 27, 2024

Related to #1, basically pg_pgbouncer.sql is now being used for testing. It always sets up a running pgbouncer in some way that makes it easy to test.

I think it does make sense to have an easy way to set up a simple pgbouncer, but it should not be done by CREATE EXTENSION imho.

Maybe something like calling a function after CREATE EXTENSION to do that:

SELECT pg_pgbouncer.setup_default()
@JelteF JelteF added this to the First release milestone May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant