projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48064a8
)
doc: Add missing markup in CREATE EVENT TRIGGER page
author
Michael Paquier
Sat, 25 Sep 2021 05:48:03 +0000
(14:48 +0900)
committer
Michael Paquier
Sat, 25 Sep 2021 05:48:03 +0000
(14:48 +0900)
Reported-by: rir
Discussion: https://postgr.es/m/
20210924183658
.3syyitp3yuxjv2fp@localhost
Backpatch-through: 9.6
doc/src/sgml/ref/create_event_trigger.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_event_trigger.sgml
b/doc/src/sgml/ref/create_event_trigger.sgml
index becd31bcadf7c1362bd4e0c0804b26df323712e9..22c8119198279ca0a8f094b2a7be20713e99dbe6 100644
(file)
--- a/
doc/src/sgml/ref/create_event_trigger.sgml
+++ b/
doc/src/sgml/ref/create_event_trigger.sgml
@@
-23,7
+23,7
@@
PostgreSQL documentation
CREATE EVENT TRIGGER
name
ON
event
- [ WHEN
filter_variable
IN (
filter_value
[, ... ]) [ AND ... ] ]
+ [ WHEN
filter_variable
IN (
filter_value
[, ... ]) [ AND ... ] ]
EXECUTE { FUNCTION | PROCEDURE }
function_name
()