module-postgresql/manifests
Hunter Haugen bd80c54664 Fix comment detection
On psql 8.1, `pg_catalog.shobj_description` does not exist. Also, if the
database to comment is not the current db then this warning will be
raised and the comment will not be applied: `WARNING:  database comments
may only be applied to the current database`

This fix uses the pg_* databases to find the comment based on the
database oid rather than the shared object description function.
2015-02-04 13:41:11 -08: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 Fix comment detection 2015-02-04 13:41:11 -08:00
client.pp Fix lint warnings 2015-01-21 10:46:29 +11:00
globals.pp Merge pull request #529 from phervieux/utopic 2015-02-04 12:05:14 +01:00
params.pp Merge pull request #554 from multiplay/freebsdfix 2015-02-04 11:59:54 +01:00
repo.pp Remove the ensure => absent uninstall code. 2014-07-12 12:15:42 -04:00
server.pp Add service_manage parameter 2014-12-05 10:10:17 +11:00
validate_db_connection.pp Replace require by include 2015-01-13 09:24:29 +01:00