module-postgresql/lib/puppet/parser/functions
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
..
postgresql_acls_to_resources_hash.rb Provide new defined resources for managing pg_hba.conf 2013-02-12 00:34:42 +00:00
postgresql_escape.rb Escape case where password ends with '$'. 2016-02-02 10:13:19 +01:00
postgresql_password.rb Bring database, database_user, and database_grant into alignment with mysql module 2012-06-08 22:30:27 -07:00