Skip to content

Commit a8f144b

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 7321d5c commit a8f144b

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
@@ -20211,6 +20211,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
2021120211
be <literal>pg_catalog</literal>, but that is not a requirement;
2021220212
the collations could be installed into some other schema as well.
2021320213
The function returns the number of new collation objects it created.
20214+
Use of this function is restricted to superusers.
2021420215
</para>
2021520216

2021620217
</sect2>

0 commit comments

Comments
 (0)