Re: Appendix A. PostgreSQL Error Codes

2018-04-27 Thread Tom Lane
Bruce Momjian writes: > On Fri, Apr 27, 2018 at 10:08:12AM +, PG Doc comments form wrote: >> Would it be possible to present the codes in ascending sequence? > Uh, I am guessing this is the order listed in the SQL standard. How > would you order them differently? Have the

SELECT ... FOR UPDATE OF clause documentation implies use of table_names rather than aliases

2018-04-27 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/sql-select.html Description: In the SELECT statement page the argument type of the (FOR SHARE/UPDATE) OF clause is listed to be a table_name. This is not *quite* accurate - it

Re: Wrong example

2018-04-27 Thread Elvis de Freitas
Ok, I'll take a look. On Fri, Apr 27, 2018, 10:31 Bruce Momjian wrote: > On Fri, Apr 27, 2018 at 04:55:03AM +, PG Doc comments form wrote: > > The following documentation comment has been logged on the website: > > > > Page:

Re: Appendix A. PostgreSQL Error Codes

2018-04-27 Thread Bruce Momjian
On Fri, Apr 27, 2018 at 10:08:12AM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/10/static/errcodes-appendix.html > Description: > > Hi > Would it be possible to present the codes in ascending

Re: Wrong example

2018-04-27 Thread Bruce Momjian
On Fri, Apr 27, 2018 at 04:55:03AM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/7.1/static/functions-math.html > Description: > > The last row of table Table 4-4. Mathematical Functions seems to

Appendix A. PostgreSQL Error Codes

2018-04-27 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/errcodes-appendix.html Description: Hi Would it be possible to present the codes in ascending sequence? This applies to all releases. Thanks

Wrong example

2018-04-27 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/7.1/static/functions-math.html Description: The last row of table Table 4-4. Mathematical Functions seems to be wrong at example column, current value trunc(numeric, s integer)