Commit 9c1d56a9 authored by Fujii Masao's avatar Fujii Masao

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
parent f8d1333d
...@@ -26586,6 +26586,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup()); ...@@ -26586,6 +26586,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
be <literal>pg_catalog</literal>, but that is not a requirement; the be <literal>pg_catalog</literal>, but that is not a requirement; the
collations could be installed into some other schema as well. The collations could be installed into some other schema as well. The
function returns the number of new collation objects it created. function returns the number of new collation objects it created.
Use of this function is restricted to superusers.
</para></entry> </para></entry>
</row> </row>
</tbody> </tbody>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment