diff options
author | Fujii Masao <fujii@postgresql.org> | 2021-07-21 13:52:37 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2021-07-21 13:53:12 +0900 |
commit | 9c1d56a9b08f87303749e60f9df8cf5c26c279eb (patch) | |
tree | dabb5e926c605a4962f9613ecb2f5a709b66a182 | |
parent | f8d1333dec312f96673efc6314a0f1df99e38abc (diff) | |
download | postgresql-9c1d56a9b08f87303749e60f9df8cf5c26c279eb.tar.gz postgresql-9c1d56a9b08f87303749e60f9df8cf5c26c279eb.zip |
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
-rw-r--r-- | doc/src/sgml/func.sgml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 4c1a2d794cc..e833be8f96b 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -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 collations could be installed into some other schema as well. The function returns the number of new collation objects it created. + Use of this function is restricted to superusers. </para></entry> </row> </tbody> |