create_view ::= "create" [ "or" "replace" ] [ "force" | "noforce" ] "view" [ schema_name "." ] view_name [ "(" alias { "," alias } ")" ] "as" query [ "with" "check" "option" [ "constraint" constraint_name ] ]
This rule is called by create_command create_schema
create_command create_schema