aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2023-02-22 11:05:20 +0100
committerDaniel Gustafsson <dgustafsson@postgresql.org>2023-02-22 11:05:20 +0100
commite00bc6c92277bdfb9dc6b56df067b22f549e43b8 (patch)
treee3aa85cdba91a0ec065c88f8b9438bd8de804eb8
parent80a48e0f21c51ed65fe647b18019ab6f8eab15cd (diff)
downloadpostgresql-e00bc6c92277bdfb9dc6b56df067b22f549e43b8.tar.gz
postgresql-e00bc6c92277bdfb9dc6b56df067b22f549e43b8.zip
doc: Add default value of createrole_self_grant
Document that the default value for createrole_self_grant is an empty string which in turn disable the feature. Author: Shi Yu <shiy.fnst@fujitsu.com> Discussion: https://postgr.es/m/OSZPR01MB63105D0D96A9A72A7FCD4FFEFDA09@OSZPR01MB6310.jpnprd01.prod.outlook.com
-rw-r--r--doc/src/sgml/config.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index ecd9aa73ef7..e5c41cc6c6d 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -9499,7 +9499,8 @@ SET XML OPTION { DOCUMENT | CONTENT };
is set to a non-empty value, the newly-created role will be granted
to the creating user with the options specified. The value must be
<literal>set</literal>, <literal>inherit</literal>, or a
- comma-separated list of these.
+ comma-separated list of these. The default value is an empty string,
+ which disables the feature.
</para>
<para>
The purpose of this option is to allow a <literal>CREATEROLE</literal>