We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
pgbouncer.some_table
pg_pgbouncer.sometable
Changing the extension name completely to something else, would also be acceptable to me.
The text was updated successfully, but these errors were encountered:
Merge pull request #2 from microsoft/users/GitHubPolicyService/d468a2…
4f48a14
…48-d3f5-4805-9ec0-094c0d8f0a59 Adding Microsoft SECURITY.MD
Let's use pg_pgbouncer consistently as the extension name and namespace for this. Otherwise it would be confusing.
pg_pgbouncer
Sorry, something went wrong.
No branches or pull requests
Do we want:
or
What about GUCs and the schema. Should they be
pgbouncer.some_table
orpg_pgbouncer.sometable
.Changing the extension name completely to something else, would also be acceptable to me.
The text was updated successfully, but these errors were encountered: