Table 9-40. json and jsonb Operators - Data could be more informative

2019-10-16 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.4/functions-json.html Description: In https://www.postgresql.org/docs/9.4/functions-json.html, the table 9.40, json and jsonb operators lists '->>' and '#>>' operators and the difference

Update documentation - include supported windows version for release 12

2019-10-16 Thread Emil Iggland
PostgreSQL 12 has been released and is available for download from the EnterpriseDB website. The documentation should be updated to reflect the supported versions. Attached patch does that. -- Emil Iggland Westmansgatan 37, SE-582 16 Linköping Direkt: +46(0)70 - 964 27 87 Växel: +46(0)13 - 36 46

PostgreSQL 12 release notes missing breaking change in libpq

2019-10-16 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/release-12.html Description: Hi! In PostgreSQL 12, libpq's parsing of connection string integer parameters was made more strict, such that invalid values now result in an error rather tha

Re: Update documentation - include supported windows version for release 12

2019-10-16 Thread Michael Paquier
On Tue, Oct 15, 2019 at 11:56:38AM +0200, Emil Iggland wrote: > PostgreSQL 12 has been released and is available for download from the > EnterpriseDB website. > The documentation should be updated to reflect the supported versions. > Attached patch does that. > @@ -47,7 +47,12 @@ This download is

Re: PostgreSQL 12 release notes missing breaking change in libpq

2019-10-16 Thread Michael Paquier
On Wed, Oct 16, 2019 at 01:12:36PM +, PG Doc comments form wrote: > In PostgreSQL 12, libpq's parsing of connection string integer parameters > was made more strict, such that invalid values now result in an error rather > than being silently ignored: > https://github.com/postgres/postgres/comm

Re: Table 9-40. json and jsonb Operators - Data could be more informative

2019-10-16 Thread Michael Paquier
On Tue, Oct 15, 2019 at 03:53:07AM +, PG Doc comments form wrote: > the table 9.40, json and jsonb operators > lists '->>' and '#>>' operators and the difference written is the second one > go to the specific location. > > I am not an expert in postgres! > But from my experience, > '#>>' can