Re: BUG #15373: null / utf-8 - Mailing list pgsql-bugs

From Bruce Momjian
Subject Re: BUG #15373: null / utf-8
Date
Msg-id 20180908173648.GJ28811@momjian.us
Whole thread Raw
In response to BUG #15373: null / utf-8  (PG Bug reporting form <noreply@postgresql.org>)
Responses AW: BUG #15373: null / utf-8  (André Hänsel <andre@webkr.de>)
List pgsql-bugs
On Sat, Sep  8, 2018 at 05:24:17PM +0000, PG Bug reporting form wrote:
> The following bug has been logged on the website:
> 
> Bug reference:      15373
> Logged by:          Eric Hansen
> Email address:      orchideric@yahoo.com
> PostgreSQL version: 10.5
> Operating system:   ubu 16
> Description:        
> 
> doesn’t support converting NULL bytes to UTF-8 and therefore returns an
> error

You need to encode binary values containing nulls as bytea strings.

-- 
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +


pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #15373: null / utf-8
Next
From: Tom Lane
Date:
Subject: Re: BUG #15367: Crash in pg_fe_scram_free when using foreign tables