Thread
Commits
-
doc: Document that only superusers can use pg_import_system_collations().
- c601ec2e3892 10.18 landed
- a8f144bbf025 11.13 landed
- fe4941fdfc21 12.8 landed
- df3264e73f6f 13.4 landed
- 9c1d56a9b08f 14.0 landed
- 90b6c339b2b3 15.0 landed
-
Doc necessity for superuser privileges to execute pg_import_system_collations()
torikoshia <torikoshia@oss.nttdata.com> — 2021-07-19T02:45:57Z
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
-
Re: Doc necessity for superuser privileges to execute pg_import_system_collations()
Fujii Masao <masao.fujii@oss.nttdata.com> — 2021-07-19T04:30:59Z
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 the same 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
-
Re: Doc necessity for superuser privileges to execute pg_import_system_collations()
Fujii Masao <masao.fujii@oss.nttdata.com> — 2021-07-21T04:58:49Z
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 do the 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