Skip to content

Commit 90b6c33

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 7fcf2fa commit 90b6c33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/src/sgml/func.sgml

+1
Original file line numberDiff line numberDiff line change
@@ -26586,6 +26586,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
2658626586
be <literal>pg_catalog</literal>, but that is not a requirement; the
2658726587
collations could be installed into some other schema as well. The
2658826588
function returns the number of new collation objects it created.
26589+
Use of this function is restricted to superusers.
2658926590
</para></entry>
2659026591
</row>
2659126592
</tbody>

0 commit comments

Comments
 (0)