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:54:35 +0900 |
commit | fe4941fdfc21cf541be779ebc0b3fee3bd2a02fb (patch) | |
tree | 4af363c0477497a9dbf48d65173926a7215127f9 | |
parent | 85189f54a15ae7d06523ab0bdf1959ff36fdc776 (diff) | |
download | postgresql-fe4941fdfc21cf541be779ebc0b3fee3bd2a02fb.tar.gz postgresql-fe4941fdfc21cf541be779ebc0b3fee3bd2a02fb.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 038744a27fc..0e278bf2aa2 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -21687,6 +21687,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> <table id="functions-info-partition"> |