grammars-v4 icon indicating copy to clipboard operation
grammars-v4 copied to clipboard

plsql not support drop synonym

Open shixiangwei opened this issue 3 years ago • 1 comments

plsql not support drop synonym

shixiangwei avatar Sep 05 '22 09:09 shixiangwei

g4 file can find create synonym, not drop synonym

    | create_index
    | create_table
    | create_tablespace
    | create_cluster
    | create_context
    | create_view //TODO
    | create_directory
    | create_materialized_view
    | create_materialized_view_log
    | create_user

    | create_sequence
    | create_trigger
    | create_type
    | create_synonym

    | drop_function
    | drop_package
    | drop_procedure
    | drop_sequence
    | drop_trigger
    | drop_type
    | data_manipulation_language_statements
    | truncate_table
    | drop_table
    | drop_view
    | drop_index

shixiangwei avatar Sep 05 '22 10:09 shixiangwei