diff options
| author | Fujii Masao | 2021-07-21 04:52:37 +0000 |
|---|---|---|
| committer | Fujii Masao | 2021-07-21 04:55:52 +0000 |
| commit | a8f144bbf0251ed355848839c592965626e3ef59 (patch) | |
| tree | b0471960ee5f092d6103b6321fedd4c6b21e7bf0 /doc/src/sgml | |
| parent | 7321d5c3ffc28178bcd72e9e905acfeaa953866b (diff) | |
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
Diffstat (limited to 'doc/src/sgml')
| -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 f783b5de83b..14d0fcdaef3 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -20211,6 +20211,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> </sect2> |
