Skip to content

Commit df3264e

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 0fce76b commit df3264e

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
@@ -25589,6 +25589,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
2558925589
be <literal>pg_catalog</literal>, but that is not a requirement; the
2559025590
collations could be installed into some other schema as well. The
2559125591
function returns the number of new collation objects it created.
25592+
Use of this function is restricted to superusers.
2559225593
</para></entry>
2559325594
</row>
2559425595
</tbody>

0 commit comments

Comments
 (0)