create extension requires superuser?

2020-02-07 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/sql-createextension.html Description: https://www.postgresql.org/docs/10/sql-createextension.html "For most extensions this means superuser or database owner privileges are needed" (this i

Lack of detailed documentation

2020-02-07 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/functions-geometry.html Description: On: https://www.postgresql.org/docs/current/functions-geometry.html The functions aren't defined, nor have pointers. For instance: * Scaling/r

Re: Keyword BYTEA missing from Documentation Appendix C

2020-02-07 Thread Corey Huinker
I'm working on a glossary patch with an actual technical writer, so it may belong on that new page. On Fri, Feb 7, 2020 at 10:15 AM Tom Lane wrote: > PG Doc comments form writes: > > https://www.postgresql.org/docs/12/sql-keywords-appendix.html > > BYTEA missing from Keyword list. > > Is this i

Re: Keyword BYTEA missing from Documentation Appendix C

2020-02-07 Thread Tom Lane
PG Doc comments form writes: > https://www.postgresql.org/docs/12/sql-keywords-appendix.html > BYTEA missing from Keyword list. > Is this intentional? It's not a keyword, just a name that happens to be predefined. regards, tom lane

Keyword BYTEA missing from Documentation Appendix C

2020-02-07 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/sql-keywords-appendix.html Description: https://www.postgresql.org/docs/12/sql-keywords-appendix.html BYTEA missing from Keyword list. Is this intentional? Thanks, NU