Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
salt-formulas
postgresql-formula
Commits
a4a66c76
Commit
a4a66c76
authored
Feb 17, 2020
by
Julien Cigar
🤘
Browse files
ensure pgbouncer.user_lookup is owned by postgres
parent
8a927ce0
Changes
1
Hide whitespace changes
Inline
Side-by-side
postgresql/files/auth_query.sh
View file @
a4a66c76
...
...
@@ -7,6 +7,7 @@ BEGIN
RETURN;
END;
\$\$
LANGUAGE plpgsql SECURITY DEFINER;
ALTER FUNCTION pgbouncer.user_lookup OWNER TO postgres;
REVOKE ALL ON FUNCTION pgbouncer.user_lookup(text) FROM public, pgbouncer;
GRANT EXECUTE ON FUNCTION pgbouncer.user_lookup(text) TO pgbouncer;
EOF
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment