summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2021-07-21 13:52:37 +0900
committerFujii Masao <fujii@postgresql.org>2021-07-21 13:53:24 +0900
commitdf3264e73f6fa99fd04b97905d53050de011f035 (patch)
treee433def35ab815729c7a0f68edfbac9a9faaf3aa /doc/src
parent0fce76b99d21e2c359d8355a9e3bfe4c3e3f17c9 (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')
-rw-r--r--doc/src/sgml/func.sgml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 5e8a9fc5137..5dea1aa986e 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -25589,6 +25589,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>