diff options
Diffstat (limited to 'doc/src/sgml/ref/alter_system.sgml')
-rw-r--r-- | doc/src/sgml/ref/alter_system.sgml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/alter_system.sgml b/doc/src/sgml/ref/alter_system.sgml index bea5714ba1a..1bde66d6ad2 100644 --- a/doc/src/sgml/ref/alter_system.sgml +++ b/doc/src/sgml/ref/alter_system.sgml @@ -104,6 +104,7 @@ ALTER SYSTEM RESET ALL <para> This command can't be used to set <xref linkend="guc-data-directory"/>, + <xref linkend="guc-allow-alter-system"/>, nor parameters that are not allowed in <filename>postgresql.conf</filename> (e.g., <link linkend="runtime-config-preset">preset options</link>). </para> @@ -111,6 +112,13 @@ ALTER SYSTEM RESET ALL <para> See <xref linkend="config-setting"/> for other ways to set the parameters. </para> + + <para> + <literal>ALTER SYSTEM</literal> can be disabled by setting + <xref linkend="guc-allow-alter-system"/> to <literal>off</literal>, but this + is not a security mechanism (as explained in detail in the documentation for + this parameter). + </para> </refsect1> <refsect1> |