module-postgresql/manifests
Mathieu Parent f3a0db44ef (MODULES-1834) Be less strict when changing template1 encoding
We currently use: UTF8 != UTF-8
We should instead use: pg_char_to_encoding(UTF8) == pg_char_to_encoding(UTF-8)
2015-03-10 10:03:44 +01:00
..
lib MODULES-1485 Reverted to default behavior for Debian systems as pg_config should not be overridden 2014-11-21 11:58:23 -05:00
repo Fix lint warnings 2015-01-21 10:46:29 +11:00
server (MODULES-1834) Be less strict when changing template1 encoding 2015-03-10 10:03:44 +01:00
client.pp Fix lint warnings 2015-01-21 10:46:29 +11:00
globals.pp Changes to support OpenBSD. 2015-03-06 14:11:33 -08:00
params.pp Changes to support OpenBSD. 2015-03-06 14:11:33 -08:00
repo.pp Remove the ensure => absent uninstall code. 2014-07-12 12:15:42 -04:00
server.pp Changes to support OpenBSD. 2015-03-06 14:11:33 -08:00
validate_db_connection.pp Replace require by include 2015-01-13 09:24:29 +01:00