aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_event_trigger.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/create_event_trigger.sgml')
-rw-r--r--doc/src/sgml/ref/create_event_trigger.sgml9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/create_event_trigger.sgml b/doc/src/sgml/ref/create_event_trigger.sgml
index 22c81191982..ef12cfa20d4 100644
--- a/doc/src/sgml/ref/create_event_trigger.sgml
+++ b/doc/src/sgml/ref/create_event_trigger.sgml
@@ -121,9 +121,12 @@ CREATE EVENT TRIGGER <replaceable class="parameter">name</replaceable>
<para>
Event triggers are disabled in single-user mode (see <xref
- linkend="app-postgres"/>). If an erroneous event trigger disables the
- database so much that you can't even drop the trigger, restart in
- single-user mode and you'll be able to do that.
+ linkend="app-postgres"/>) as well as when
+ <xref linkend="guc-event-triggers"/> is set to <literal>false</literal>.
+ If an erroneous event trigger disables the database so much that you can't
+ even drop the trigger, restart with <xref linkend="guc-event-triggers"/>
+ set to <literal>false</literal> to temporarily disable event triggers, or
+ in single-user mode, and you'll be able to do that.
</para>
</refsect1>