Re: float and float(p) missing from table 8.1

2018-04-03 Thread Bruce Momjian
On Sun, Mar 18, 2018 at 05:11:40PM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/10/static/datatype.html > Description: > > Maybe it is intentional, but the float and float(p) data types are

Re: Synopsis of SELECT statement: UNION, INTERSECTION, EXCEPT

2018-04-03 Thread Bruce Momjian
On Mon, Apr 2, 2018 at 08:21:45PM -0400, Tom Lane wrote: > Bruce Momjian writes: > > Based on this discussion, I have developed the attached patch which > > tries to clarify the behavior without adding complexity. > > I don't think this is an improvement, really ... in

Re: Blanks in the first line before the first word in the code boxes

2018-04-03 Thread Magnus Hagander
On Mon, Apr 2, 2018 at 5:59 PM, Peter Eisentraut < peter.eisentr...@2ndquadrant.com> wrote: > On 4/1/18 11:55, Magnus Hagander wrote: > > However, why does devel work fine when the others are broken. It's the > > exact same code that's run to load the docs. The *input* to the loader > > must also

Re: Extra comma in documentation of array_fill

2018-04-03 Thread Bruce Momjian
On Sun, Mar 25, 2018 at 03:57:47PM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/10/static/functions-array.html > Description: > > In table 9.49 >