Description of alter_domain

ALTER [ USECASE ] DOMAIN [ IF EXISTS ][ schema . ] domain_name 
  { { ADD | MODIFY } DISPLAY display_expression
   | DROP DISPLAY
   | { ADD | MODIFY } ORDER order_expression 
   | DROP ORDER  
   | annotations_clause }