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