Skip to content
Snippets Groups Projects
  • Robert Haas's avatar
    3855968f
    Syntax support and documentation for event triggers. · 3855968f
    Robert Haas authored
    They don't actually do anything yet; that will get fixed in a
    follow-on commit.  But this gets the basic infrastructure in place,
    including CREATE/ALTER/DROP EVENT TRIGGER; support for COMMENT,
    SECURITY LABEL, and ALTER EXTENSION .. ADD/DROP EVENT TRIGGER;
    pg_dump and psql support; and documentation for the anticipated
    initial feature set.
    
    Dimitri Fontaine, with review and a bunch of additional hacking by me.
    Thom Brown extensively reviewed earlier versions of this patch set,
    but there's not a whole lot of that code left in this commit, as it
    turns out.
    3855968f
    History
    Syntax support and documentation for event triggers.
    Robert Haas authored
    They don't actually do anything yet; that will get fixed in a
    follow-on commit.  But this gets the basic infrastructure in place,
    including CREATE/ALTER/DROP EVENT TRIGGER; support for COMMENT,
    SECURITY LABEL, and ALTER EXTENSION .. ADD/DROP EVENT TRIGGER;
    pg_dump and psql support; and documentation for the anticipated
    initial feature set.
    
    Dimitri Fontaine, with review and a bunch of additional hacking by me.
    Thom Brown extensively reviewed earlier versions of this patch set,
    but there's not a whole lot of that code left in this commit, as it
    turns out.