Thread: Doc necessity for superuser privileges to execute pg_import_system_collations()

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
Attachment

On 2021/07/19 11:45, torikoshia wrote:
> 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
thesame for consistency.
 
> 
> Thoughts?

LGTM.

IMO it's better to back-patch this to v10
where pg_import_system_collations() was added.

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION




On 2021/07/19 13:30, Fujii Masao wrote:
> 
> 
> On 2021/07/19 11:45, torikoshia wrote:
>> 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
dothe same for consistency.
 
>>
>> Thoughts?
> 
> LGTM.
> 
> IMO it's better to back-patch this to v10
> where pg_import_system_collations() was added.

Pushed. Thanks!

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION