Thread

Commits

  1. Fix example on creating a trigger with a transition table.

  1. CREATE TRIGGER document typo

    Yugo Nagata <nagata@sraoss.co.jp> — 2017-04-17T09:09:21Z

    Hi,
    
    Attached is a patch fixing simple typos in the CREATE TRIGGER document.
    
    -- 
    Yugo Nagata <nagata@sraoss.co.jp>
    
  2. Re: CREATE TRIGGER document typo

    Heikki Linnakangas <hlinnaka@iki.fi> — 2017-04-18T08:55:45Z

    On 04/17/2017 12:09 PM, Yugo Nagata wrote:
    > Hi,
    >
    > Attached is a patch fixing simple typos in the CREATE TRIGGER document.
    
    Applied, thanks!
    
    - Heikki