pgsql: doc: Document that only superusers can use pg_import_system_coll

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Document that only superusers can use pg_import_system_coll
Date: 2021-07-21 04:56:26
Message-ID: E1m64HS-0007PK-Ji@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Document that only superusers can use pg_import_system_collations().

Back-patch to v10 where pg_import_system_collations() was added.

Author: Atsushi Torikoshi
Reviewed-by: Fujii Masao
Discussion: https://postgr.es/m/b7f484692a3e283710032e68b7f40617@oss.nttdata.com

Branch
------
REL_10_STABLE

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

Modified Files
--------------
doc/src/sgml/func.sgml | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2021-07-21 04:56:39 pgsql: doc: Document that only superusers can use pg_import_system_coll
Previous Message Fujii Masao 2021-07-21 02:19:49 pgsql: Make XLOG_FPI_FOR_HINT records honor full_page_writes setting.