Re: Postgres 10 and the pg_ctl "--wait" option

2018-03-18 Thread Greg k
This seems to be different behaviour between pg9.5 and pg10. Pg9.5 does not give a connection error once "pg_ctl --wait ..." finishes. So I've moved this to the pgsql-bugs list. Greg On Fri, 2 Mar 2018 at 17:04 Greg k wrote: > In PostreSql 10, the documentation for pg_ctl and the "--wait" optio

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

2018-03-18 Thread David G. Johnston
As a first step we could do something like: ​basic_select_statement is: ​ > SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ] > [ * | expression [ [ AS ] output_name ] [, ...] ] > [ FROM from_item [, ...] ] > [ WHERE condition ] > [ GROUP BY grouping_element [, ...] ] >

float and float(p) missing from table 8.1

2018-03-18 Thread PG Doc comments form
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 missing from table 8.1 (https://www.postgresql.org/docs/10/static/datatype.html#DATATYP

Re: Keep me update every new development

2018-03-18 Thread David G. Johnston
On Sunday, March 18, 2018, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.1/static/sql-listen.html > Description: > > Keep me update every new development > Sorry, listen/notify only works within the d

Keep me update every new development

2018-03-18 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.1/static/sql-listen.html Description: Keep me update every new development