module-postgresql/lib/puppet
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
..
parser/functions Escape case where password ends with '$'. 2016-02-02 10:13:19 +01:00
provider Whoops 2016-01-29 14:23:39 -08:00
type (MODULES-661) Remote DB support 2015-08-27 11:03:18 +01:00