Skip to content

Commit fe4941f

Browse files
committed
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
1 parent 85189f5 commit fe4941f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/src/sgml/func.sgml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21687,6 +21687,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
2168721687
be <literal>pg_catalog</literal>, but that is not a requirement;
2168821688
the collations could be installed into some other schema as well.
2168921689
The function returns the number of new collation objects it created.
21690+
Use of this function is restricted to superusers.
2169021691
</para>
2169121692

2169221693
<table id="functions-info-partition">

0 commit comments

Comments
 (0)