Add support for PostgreSQL's COMMENT objects
--------------------------------------------
Key: DDLUTILS-264
URL: https://issues.apache.org/jira/browse/DDLUTILS-264
Project: DdlUtils
Issue Type: New Feature
Components: Core - PostgreSql
Affects Versions: 1.1
Reporter: Tony Rippy
Assignee: Thomas Dudziak
Priority: Minor
Fix For: 1.1
COMMENT objects are used to store descriptive text about database objects for
documentation purposes. The proposal is to create COMMENT objects for tables
and columns, based on their description attributes.
You can find more information about COMMENT objects here:
http://www.postgresql.org/docs/8.4/static/sql-comment.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.