Thread
Commits
-
doc: Add missing markup in CREATE EVENT TRIGGER page
- d02eb8383edd 9.6.24 landed
- ed3474b43490 10.19 landed
- 63b5b4a9a1a8 11.14 landed
- c1ddcdb5c3a7 12.9 landed
- ca925fe3c4d3 13.5 landed
- 3eea9139ee46 14.0 landed
- 1ab70b11e642 15.0 landed
-
create event trigger docs
rir <rirans@comcast.net> — 2021-09-24T18:36:58Z
The CREATE EVENT TRIGGER synopsis uses the bare word 'filter_value' when it seems <replaceable class="parameter">filter_variable</replaceable> was intended. Thanks again. -
Re: create event trigger docs
Michael Paquier <michael@paquier.xyz> — 2021-09-25T05:49:35Z
On Fri, Sep 24, 2021 at 02:36:58PM -0400, rir wrote: > The CREATE EVENT TRIGGER synopsis uses the > bare word 'filter_value' when it seems > <replaceable class="parameter">filter_variable</replaceable> > was intended. Right, there was one incorrect place. Thanks! -- Michael