-
Notifications
You must be signed in to change notification settings - Fork 90
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
fixes and features for the pg_hba module #778
base: main
Are you sure you want to change the base?
Conversation
@toydarian thanks for a lot of good changes! Could you please split the PR into one per changelog entry? |
I can try. It's actually hard, as a lot of the changes are closely tied in together and I want to avoid writing code that will be removed in the next PR. |
sure, any smaller PRs would be much appreciated, thanks |
SUMMARY
postgresql_pg_hba
keep_comments_at_rules
as discussed in Thekeep_comments_at_rules
option ofpostgresql_pg_hba
breaks idempotency #776sort_rules
that allows to disable sorting of rules. The default istrue
to keep to previous behaviorinclude
directives and will keep them at the end of the file. Does not allow to add such directivesFixes #776
Fixes #777
ISSUE TYPE
COMPONENT NAME
postgresql_pg_hba
ADDITIONAL INFORMATION
PgHba
class and moves the code to different stand-alone methodskeep_comments_at_rules