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: [email protected]
Views: Whole Thread | Raw Message | 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/[email protected]

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.