PostgreSQL Flow account (Seventh day): Trigger

Source: Internet
Author: User

    1. Create a function
    2. Create a trigger that binds tables and functions

?

ALTER TRIGGER trigger_name on table_name

RENAME to new_name;

?

ALTER TRIGGER last_name_changes on Employees

RENAME to log_last_name_changes;

?

ALTER TABLE table_name

DISABLE TRIGGER trigger_name | All

Specify the trigger name after the? DISABLE TRIGGER ? clause to disable a particular trigger. To disable all triggers associated with a table, do you use? All ? Instead of a particular trigger name.

DROP TRIGGER[IFEXISTS]trigger_nameontable_name;

PostgreSQL Flow account (Seventh day): Trigger

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.