Re: Proposal for JSONB functions for internal representation casting insted text-casting

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Peter Krauss <ppkrauss(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Proposal for JSONB functions for internal representation casting insted text-casting
Date: 2016-01-06 18:52:27
Message-ID: CA+TgmobgzHyRif6K1kDk1SUdSc0KdM8DF-fARNmJSLGbOxvSUg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Jan 3, 2016 at 3:24 PM, Peter Krauss <ppkrauss(at)gmail(dot)com> wrote:
> The usefulness of ->> operator is indisputable, but even with boolean or
> numeric values, with good binary internal representation, it returns JSONB
> value as text data type.
>
> The simple (myJSONB->>'myField')::expectedType is not enough because:
>
> 1) there are no internal optimization, need two-step casting, first
> bynary-to-text, them text-to-expectedType.
>
> 2) if expectedType is not the expected (in the associated jsonb_typeof),
> generates an error... The ideal "return NULL" convention is not easy to
> implement with usual casting.

Agreed, something like this would be useful.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2016-01-06 18:57:34 Re: Better detail logging for password auth failures
Previous Message Tom Lane 2016-01-06 18:36:41 Re: Proposal: SET ROLE hook