comment_command

comment_command 
      ::= 
      "comment" "on" 
      ( ( "table" [ schema_name "." ] relation_name ) 
      | ( "column" [ schema_name "." ] relation_name 
      "." column_name ) ) 
      "is" "'" string "'" 

[rule list]
This rule is called by

to_define_data