Doc necessity for superuser privileges to execute pg_import_system_collations()

torikoshia <torikoshia@oss.nttdata.com>

From: torikoshia <torikoshia@oss.nttdata.com>
To: Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2021-07-19T02:45:57Z
Lists: pgsql-hackers

Attachments

Hi.

It seems that only superusers can execute pg_import_system_collations(), 
but this is not mentioned in the manual.

Since other functions that require superuser privileges describe that in 
the manual, I think it would be better to do the same for consistency.

Thoughts?

-- 
Regards,

--
Atsushi Torikoshi
NTT DATA CORPORATION

Commits

  1. doc: Document that only superusers can use pg_import_system_collations().