module-postgresql/lib/puppet/parser
Farzad FARID 810448afa0 Escape case where password ends with '$'.
postgresql_escape returned an invalid string if the password end in '$':
    postgres=# alter role "postgres" password $$foo$$$;
    ERROR:  syntax error at or near "$"
    LINE 1: alter role "postgres" password $$foo$$$;
2016-02-02 10:13:19 +01:00
..
functions Escape case where password ends with '$'. 2016-02-02 10:13:19 +01:00