Fix compatibility with PostgreSQL-10

This commit is contained in:
Lars Kanis 2018-02-06 21:59:27 +01:00
parent 2d700214af
commit bab7a9c952
No known key found for this signature in database
GPG Key ID: 20362776599898C0

View File

@ -27,6 +27,6 @@ pg_users:
create_options: LOGIN
pg_groups:
filter: NOT rolcanlogin
filter: NOT rolcanlogin AND rolname!='pg_signal_backend'
create_options: NOLOGIN
grant_options: