alex kamil created PHOENIX-932:
----------------------------------

             Summary: db triggers
                 Key: PHOENIX-932
                 URL: https://issues.apache.org/jira/browse/PHOENIX-932
             Project: Phoenix
          Issue Type: New Feature
            Reporter: alex kamil


add trigger feature similar to 
http://dev.mysql.com/doc/refman/5.0/en/create-trigger.html

CREATE
    TRIGGER trigger_name
    trigger_time trigger_event
    ON tbl_name FOR EACH ROW
    trigger_body

trigger_time: { BEFORE | AFTER }

trigger_event: { UPSERT | CREATE | DROP}





--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to