f889a4612d
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. |
||
---|---|---|
.. | ||
acceptance | ||
unit | ||
spec.opts | ||
spec_helper.rb | ||
spec_helper_acceptance.rb |