module-postgresql/spec
Hunter Haugen f889a4612d 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-05 14:39:58 -08:00
..
acceptance Fix comment detection 2015-02-05 14:39:58 -08:00
unit Merge pull request #521 from raphink/dev/server_extension 2015-02-04 14:26:53 +01:00
spec.opts Sync files 2014-06-25 17:23:35 -07:00
spec_helper.rb Merge 3.4.x changes into master. 2014-07-25 09:31:00 -04:00
spec_helper_acceptance.rb Merge pull request #492 from mhaskel/spec_fix 2014-09-05 18:17:11 -04:00