Re: [GENERAL] Support for \u0000? - Mailing list pgsql-general

From Matthew Byrne
Subject Re: [GENERAL] Support for \u0000?
Date
Msg-id CAE37PpOKCs9aBvOPtMbwJ7UvFYSZWAMia=WOp0U2tNKWgnGE9A@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] Support for \u0000?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
I see.  Thanks for the quick responses!

On Wed, Jul 19, 2017 at 11:32 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Matthew Byrne <mjw.byrne@gmail.com> writes:
> Would a more feasible approach be to introduce new types (say, TEXT2 and
> JSONB2 - or something better-sounding) which are the same as the old ones
> but add for support \u0000 and UTF 0?  This would isolate nul-containing
> byte arrays to the implementations of those types and keep backward
> compatibility by leaving TEXT and JSONB alone.

The problem is not inside those datatypes; either text or jsonb could
trivially store \0 bytes.  The problem is passing such values through
APIs that don't support it.  Changing those APIs would affect *all*
datatypes.

                        regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: [GENERAL] Support for \u0000?
Next
From: Alessandro_feliz
Date:
Subject: [GENERAL] Postgres csv logging