Skip to content

Commit e00bc6c

Browse files
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
1 parent 80a48e0 commit e00bc6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/config.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9499,7 +9499,8 @@ SET XML OPTION { DOCUMENT | CONTENT };
94999499
is set to a non-empty value, the newly-created role will be granted
95009500
to the creating user with the options specified. The value must be
95019501
<literal>set</literal>, <literal>inherit</literal>, or a
9502-
comma-separated list of these.
9502+
comma-separated list of these. The default value is an empty string,
9503+
which disables the feature.
95039504
</para>
95049505
<para>
95059506
The purpose of this option is to allow a <literal>CREATEROLE</literal>

0 commit comments

Comments
 (0)