From: Fujii Masao Date: Wed, 21 Jul 2021 04:52:37 +0000 (+0900) Subject: doc: Document that only superusers can use pg_import_system_collations(). X-Git-Tag: REL_15_BETA1~1840 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90b6c339b2b37ee320ff6125ef8c8ad0073aa31b;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 4c1a2d794cc..e833be8f96b 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -26586,6 +26586,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup()); be pg_catalog, but that is not a requirement; the collations could be installed into some other schema as well. The function returns the number of new collation objects it created. + Use of this function is restricted to superusers.