From c601ec2e389280f11da969dca87729e28ece56d4 Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Wed, 21 Jul 2021 13:52:37 +0900 Subject: [PATCH] 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 --- doc/src/sgml/func.sgml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index c51354d81df..6d55d0616b7 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -20034,6 +20034,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. -- 2.39.5