| From: | Bruce Momjian <bruce(at)momjian(dot)us> | 
|---|---|
| To: | orchideric(at)yahoo(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org | 
| Subject: | Re: BUG #15373: null / utf-8 | 
| Date: | 2018-09-08 17:36:48 | 
| Message-ID: | 20180908173648.GJ28811@momjian.us | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | 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(at)yahoo(dot)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(at)momjian(dot)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 +
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2018-09-08 19:02:00 | Re: BUG #15367: Crash in pg_fe_scram_free when using foreign tables | 
| Previous Message | PG Bug reporting form | 2018-09-08 17:24:17 | BUG #15373: null / utf-8 |