Re: Getting json-value as varchar - Mailing list pgsql-general

From Andreas Joseph Krogh
Subject Re: Getting json-value as varchar
Date
Msg-id VisenaEmail.39.5eee7254b64bd194.17e2f89cd27@tc7-visena
Whole thread Raw
In response to Re: Getting json-value as varchar  ("David G. Johnston" <david.g.johnston@gmail.com>)
Responses Re: Getting json-value as varchar  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-general
På torsdag 06. januar 2022 kl. 14:13:40, skrev David G. Johnston <david.g.johnston@gmail.com>:
On Thursday, January 6, 2022, Andreas Joseph Krogh <andreas@visena.com> wrote:
 
 
I think you misread my message. What I want is for the subscript-version:
('{"key":"value"}'::jsonb)['key']
to return:
 
┌──────────┐
│ ?column? │
├──────────┤
│ value    │
└──────────┘


instead of 
 
┌─────────┐
│  jsonb  │
├─────────┤
│ "value" │
└─────────
 
 
 A given syntax/operator can only return one thing so what you want is fundamentally not possible.
 
That's not very helpful....
Apparently I'm after a solution which either casts this to varchar or a function that takes JSONB as argument and outputs the first field-value as varchar.
 
--
Andreas Joseph Krogh
CTO / Partner - Visena AS
Mobile: +47 909 56 963
 
Attachment

pgsql-general by date:

Previous
From: Andreas Joseph Krogh
Date:
Subject: Sv: Recommended storage hardware
Next
From: Thomas Markus
Date:
Subject: Re: Getting json-value as varchar