Full syntax see: http://www.postgresql.org/docs/current/static/sql-comment.html
COMMENT ON TABLE table_name IS 'this is student details table';
COMMENT on TABLE student IS NULL;
Comment will be removed with above statement execution.
Topic Id: 8191
Example Ids: 26324,26325
This site is not affiliated with any of the contributors.
Content on the page is taken from Stack Overflow Documentation
This site is NOT affiliated with Stack Overflow or any of the contributors. | Privacy Policy | Terms of Service