Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: add missing obj_description case
Found with the following query: ```sql COMMENT ON SCHEMA public IS 'hello'; SELECT obj_description(oid, 'pg_namespace') FROM pg_namespace WHERE nspname = 'public'; ``` Release note (sql change): The PostgreSQL compatibility function `obj_description` now supports retrieving comments on schemas.
- Loading branch information