Re: Bug involving plus sign before newline in text field beingduplicated or stripped

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Bug involving plus sign before newline in text field beingduplicated or stripped
Дата
Msg-id 20190312170856.GA25605@alvherre.pgsql
обсуждение исходный текст
Ответ на Bug involving plus sign before newline in text field being duplicatedor stripped  (Jon Wedell <wedell@bmrb.wisc.edu>)
Ответы Re: Bug involving plus sign before newline in text field beingduplicated or stripped
Список pgsql-bugs
On 2019-Mar-12, Jon Wedell wrote:

> postgres=# select * from test;
>  inchi
> -------
>  test++
>  

This is just psql showing a literal "+" as continuation character,
indicating that the field contains a newline.  Try changing "\pset
format" to something different.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #15668: Server crash in transformPartitionRangeBounds
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bug involving plus sign before newline in text field being duplicated or stripped