projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7321d5c
)
doc: Document that only superusers can use pg_import_system_collations().
author
Fujii Masao
<fujii@postgresql.org>
Wed, 21 Jul 2021 04:52:37 +0000
(13:52 +0900)
committer
Fujii Masao
<fujii@postgresql.org>
Wed, 21 Jul 2021 04:55:52 +0000
(13:55 +0900)
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
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index f783b5de83b5838be459b3eb760f92d307d776da..14d0fcdaef3b249d69d757cb6922c03256d41475 100644
(file)
--- 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>