pgbouncer / pg_pgbouncer

A companion extension to PgBouncer that can be used to manage and run PgBouncer from Postgres
MIT License
5 stars 1 forks source link

API design decision: Naming #2

Open JelteF opened 1 month ago

JelteF commented 1 month ago

Do we want:

CREATE EXTENSION pgbouncer;

or

CREATE EXTENSION pg_pgbouncer;

What about GUCs and the schema. Should they be pgbouncer.some_table or pg_pgbouncer.sometable.

Changing the extension name completely to something else, would also be acceptable to me.

petere commented 1 month ago

Let's use pg_pgbouncer consistently as the extension name and namespace for this. Otherwise it would be confusing.