diff options
Diffstat (limited to 'doc/src/sgml/man7/ALTER_EVENT_TRIGGER.7')
-rw-r--r-- | doc/src/sgml/man7/ALTER_EVENT_TRIGGER.7 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/man7/ALTER_EVENT_TRIGGER.7 b/doc/src/sgml/man7/ALTER_EVENT_TRIGGER.7 index d06dcd7..62a6a43 100644 --- a/doc/src/sgml/man7/ALTER_EVENT_TRIGGER.7 +++ b/doc/src/sgml/man7/ALTER_EVENT_TRIGGER.7 @@ -2,12 +2,12 @@ .\" Title: ALTER EVENT TRIGGER .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 2023 -.\" Manual: PostgreSQL 15.5 Documentation -.\" Source: PostgreSQL 15.5 +.\" Date: 2024 +.\" Manual: PostgreSQL 15.6 Documentation +.\" Source: PostgreSQL 15.6 .\" Language: English .\" -.TH "ALTER EVENT TRIGGER" "7" "2023" "PostgreSQL 15.5" "PostgreSQL 15.5 Documentation" +.TH "ALTER EVENT TRIGGER" "7" "2024" "PostgreSQL 15.6" "PostgreSQL 15.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -60,7 +60,7 @@ The user name of the new owner of the event trigger\&. The new name of the event trigger\&. .RE .PP -DISABLE/ENABLE [ REPLICA | ALWAYS ] TRIGGER +DISABLE/ENABLE [ REPLICA | ALWAYS ] .RS 4 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\&. |