Re: [HACKERS] SQL/JSON in PostgreSQL - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: [HACKERS] SQL/JSON in PostgreSQL
Date
Msg-id CAFj8pRA-y_3Air_L3XmDn9WY=2EVpZZzsd9fSBoL1eDndbeVZg@mail.gmail.com
Whole thread Raw
In response to [HACKERS] SQL/JSON in PostgreSQL  (Oleg Bartunov <obartunov@gmail.com>)
List pgsql-hackers

  1. Added explicit casts bytea=>jsonb and jsonb=>bytea (for jsonb=>bytea output using RETURNING bytea FORMAT JSONB and corresponding bytea=>jsonb input using <jsonb_bytea_expr> FORMAT JSONB).


This point has sense in Oracle, where JSON is blob. But it is little bit obscure in PostgreSQL context.

Regards

Pavel 


 

Best regards,

Oleg



--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


pgsql-hackers by date:

Previous
From: Jeff Janes
Date:
Subject: Re: [HACKERS] log_autovacuum_min_duration doesn't log VACUUMs
Next
From: Alvaro Herrera
Date:
Subject: Re: [HACKERS] Possible spelling fixes