Comments in postgresql

Other topics

COMMENT on Table

COMMENT ON TABLE table_name IS 'this is student details table';

Remove Comment

COMMENT on TABLE student IS NULL;

Comment will be removed with above statement execution.

Syntax:

  • COMMENT ON database_object object_name IS 'Text';

Contributors

Topic Id: 8191

Example Ids: 26324,26325

This site is not affiliated with any of the contributors.