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
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
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
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
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
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