Skip to content
Snippets Groups Projects
  • Kevin Grittner's avatar
    07353de4
    Fix documentation template for CREATE TRIGGER. · 07353de4
    Kevin Grittner authored
    By using curly braces, the template had specified that one of
    "NOT DEFERRABLE", "INITIALLY IMMEDIATE", or "INITIALLY DEFERRED"
    was required on any CREATE TRIGGER statement, which is not
    accurate.  Change to square brackets makes that optional.
    
    Backpatch to 9.1, where the error was introduced.
    07353de4
    History
    Fix documentation template for CREATE TRIGGER.
    Kevin Grittner authored
    By using curly braces, the template had specified that one of
    "NOT DEFERRABLE", "INITIALLY IMMEDIATE", or "INITIALLY DEFERRED"
    was required on any CREATE TRIGGER statement, which is not
    accurate.  Change to square brackets makes that optional.
    
    Backpatch to 9.1, where the error was introduced.