Description of alter_domain

ALTER DOMAIN [ IF EXISTS ][ schema . ] domain_name 
  ( ( ADD | MODIFY) DISPLAY display_expression
   | DROP DISPLAY
   | ( ADD | MODIFY ) ORDER order_expression 
   | DROP ORDER  
   | annotations_clause )