1--- lenses/postgresql.aug.orig 2016-12-23 12:13:09 UTC 2+++ lenses/postgresql.aug 3@@ -70,6 +70,7 @@ let lns = (Util.empty | Util.comment | e 4 5 (* Variable: filter *) 6 let filter = (incl "/var/lib/pgsql/data/postgresql.conf" . 7+ incl "/usr/local/pgsql/data/postgresql.conf" . 8 incl "/var/lib/pgsql/*/data/postgresql.conf" . 9 incl "/var/lib/postgresql/*/data/postgresql.conf" . 10 incl "/etc/postgresql/*/*/postgresql.conf" ) 11