Re: BUG #15373: null / utf-8

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: BUG #15373: null / utf-8
Дата
Msg-id 20180908173648.GJ28811@momjian.us
обсуждение исходный текст
Ответ на BUG #15373: null / utf-8  (PG Bug reporting form <noreply@postgresql.org>)
Ответы AW: BUG #15373: null / utf-8
Список 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 по дате отправления:

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15373: null / utf-8
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #15367: Crash in pg_fe_scram_free when using foreign tables