Make operators have their own comments separate from those of the
underlying function; but cause psql's \do to show the underlying function's comment if the operator has no comment of its own, to preserve the useful functionality of the original behavior. Also, implement COMMENT ON SCHEMA. Patch from Rod Taylor.
Showing
- doc/src/sgml/ref/comment.sgml 36 additions, 18 deletionsdoc/src/sgml/ref/comment.sgml
- src/backend/commands/comment.c 67 additions, 29 deletionssrc/backend/commands/comment.c
- src/backend/parser/gram.y 2 additions, 1 deletionsrc/backend/parser/gram.y
- src/bin/pg_dump/pg_dump.c 9 additions, 9 deletionssrc/bin/pg_dump/pg_dump.c
- src/bin/psql/describe.c 5 additions, 5 deletionssrc/bin/psql/describe.c
Loading
Please register or sign in to comment