From ebe124eacd7c3faa36ed358e7cc1d7c5b419e5f6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:18:09 +0200 Subject: Merging upstream version 15.6. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/sql-altereventtrigger.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src/sgml/html/sql-altereventtrigger.html') diff --git a/doc/src/sgml/html/sql-altereventtrigger.html b/doc/src/sgml/html/sql-altereventtrigger.html index c580e0b..647d0a5 100644 --- a/doc/src/sgml/html/sql-altereventtrigger.html +++ b/doc/src/sgml/html/sql-altereventtrigger.html @@ -1,5 +1,5 @@ -ALTER EVENT TRIGGER

ALTER EVENT TRIGGER

ALTER EVENT TRIGGER — change the definition of an event trigger

Synopsis

+ALTER EVENT TRIGGER

ALTER EVENT TRIGGER

ALTER EVENT TRIGGER — change the definition of an event trigger

Synopsis

 ALTER EVENT TRIGGER name DISABLE
 ALTER EVENT TRIGGER name ENABLE [ REPLICA | ALWAYS ]
 ALTER EVENT TRIGGER name OWNER TO { new_owner | CURRENT_ROLE | CURRENT_USER | SESSION_USER }
@@ -15,11 +15,11 @@ ALTER EVENT TRIGGER name RENAME TO 
new_name

The new name of the event trigger. -

DISABLE/ENABLE [ REPLICA | ALWAYS ] TRIGGER

+

DISABLE/ENABLE [ REPLICA | ALWAYS ]

These forms configure the firing of event triggers. A disabled trigger is still known to the system, but is not executed when its triggering event occurs. See also session_replication_role.

Compatibility

There is no ALTER EVENT TRIGGER statement in the SQL standard. -

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3