| From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Cc: | viacheslav(dot)pumpur(at)gmail(dot)com |
| Subject: | Documentation sections does not match exactly |
| Date: | 2019-01-08 14:01:52 |
| Message-ID: | 154695611269.22750.3224630838168304588@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/9.4/contrib.html
Description:
Hi All,
https://www.postgresql.org/docs/9.4/sql-createextension.html says:
"Loading an extension requires the same privileges that would be required to
create its component objects. For most extensions this means superuser or
database owner privileges are needed."
While https://www.postgresql.org/docs/9.4/contrib.html says:
"CREATE EXTENSION module_name;
This command must be run by a database superuser."
So contrib page exactly pointing that superuser is a mandatory requirement
while createextension page leaves space for free interpretation.
Kind regards,
Slava
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2019-01-08 17:23:40 | Re: Documentation sections does not match exactly |
| Previous Message | Jonathan S. Katz | 2019-01-08 02:18:29 | Re: Release note trimming: another modest proposal |