pgsql: doc: Add default value of createrole_self_grant

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Add default value of createrole_self_grant
Date: 2023-02-22 10:10:37
Message-ID: E1pUm57-00073L-FX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(dot)fnst(at)fujitsu(dot)com>
Discussion: https://postgr.es/m/OSZPR01MB63105D0D96A9A72A7FCD4FFEFDA09@OSZPR01MB6310.jpnprd01.prod.outlook.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e00bc6c92277bdfb9dc6b56df067b22f549e43b8

Modified Files
--------------
doc/src/sgml/config.sgml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2023-02-22 10:29:17 pgsql: Remove newly added asserts from pg_bitutils.h
Previous Message Dean Rasheed 2023-02-22 09:43:06 pgsql: Fix MERGE command tag for cross-partition updates.