Correction for 9.6 documentation for OpenBSD

2018-04-02 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/server-start.html Description: OpenBSD 6.1 i386 PostgreSQL 9.6 In Section 18.3. Starting the Database Server, I did something different from the documentation. Instead of editing

PostgreSQL user

2018-04-02 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/server-start.html Description: PostgreSQL user

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

2018-04-02 Thread Tom Lane
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 particular, it makes the not self-contained, which is pretty horrible for psql's help.

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

2018-04-02 Thread Bruce Momjian
On Sun, Mar 18, 2018 at 02:28:26PM -0700, David G. Johnston wrote: > As a first step we could do something like: > > ​basic_select_statement is: > ​ > > SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ] >     [ * | expression [ [ AS ] output_name ] [, ...] ] >     [ FROM from_it

Re: "IS NOT DOCUMENT" is missing

2018-04-02 Thread Bruce Momjian
On Mon, Apr 2, 2018 at 11:51:50AM -0400, Peter Eisentraut wrote: > On 3/30/18 10:40, Bruce Momjian wrote: > > On Fri, Mar 16, 2018 at 01:56:32AM -0300, Euler Taveira wrote: > >> 2018-03-09 0:10 GMT-03:00 PG Doc comments form : > >>> From testing, it seems like PostgreSQL supports the syntax "IS NO

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

2018-04-02 Thread Peter Eisentraut
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 be different at some point. In devel, the raw HTML output looks like ... ALTER FOREIGN TABLE [ IF

Re: "IS NOT DOCUMENT" is missing

2018-04-02 Thread Peter Eisentraut
On 3/30/18 10:40, Bruce Momjian wrote: > On Fri, Mar 16, 2018 at 01:56:32AM -0300, Euler Taveira wrote: >> 2018-03-09 0:10 GMT-03:00 PG Doc comments form : >>> From testing, it seems like PostgreSQL supports the syntax "IS NOT DOCUMENT" >>> in addition to "IS DOCUMENT", similar to "IS NOT NULL", "I