Re: Bug involving plus sign before newline in text field beingduplicated or stripped - Mailing list pgsql-bugs

From Alvaro Herrera
Subject Re: Bug involving plus sign before newline in text field beingduplicated or stripped
Date
Msg-id 20190312170856.GA25605@alvherre.pgsql
Whole thread Raw
In response to Bug involving plus sign before newline in text field being duplicatedor stripped  (Jon Wedell <wedell@bmrb.wisc.edu>)
Responses Re: Bug involving plus sign before newline in text field beingduplicated or stripped  (Jon Wedell <wedell@bmrb.wisc.edu>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #15668: Server crash in transformPartitionRangeBounds
Next
From: Tom Lane
Date:
Subject: Re: Bug involving plus sign before newline in text field being duplicated or stripped