BUG #15083: [54000] ERROR: total size of jsonb array elements exceeds the maximum of 268435455 bytes

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: vinston(dot)pandiyan(at)gmail(dot)com
Subject: BUG #15083: [54000] ERROR: total size of jsonb array elements exceeds the maximum of 268435455 bytes
Date: 2018-02-23 17:37:18
Message-ID: 151940743872.1463.2531843992440068550@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 15083
Logged by: Vinston Pandiyan
Email address: vinston(dot)pandiyan(at)gmail(dot)com
PostgreSQL version: 10.0
Operating system: CentOS
Description:

Hi All,

When I try to update the rows into json array(of type jsonb). I am
getting following error.

[54000] ERROR: total size of jsonb array elements exceeds the maximum of
268435455 bytes

Is there any way to fix it or increase jsonb size?

Thanks

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2018-02-23 17:42:07 Re: BUG #15083: [54000] ERROR: total size of jsonb array elements exceeds the maximum of 268435455 bytes
Previous Message PG Bug reporting form 2018-02-23 15:16:39 BUG #15082: PostgreSQL 11 dev bug with window range partition by QUERY