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

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Jon Wedell <wedell(at)bmrb(dot)wisc(dot)edu>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org, Dimitri Maziuk <dmaziuk(at)bmrb(dot)wisc(dot)edu>
Subject: Re: Bug involving plus sign before newline in text field being duplicated or stripped
Date: 2019-03-12 17:08:56
Message-ID: 20190312170856.GA25605@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2019-03-12 17:18:24 Re: Bug involving plus sign before newline in text field being duplicated or stripped
Previous Message Tom Lane 2019-03-12 16:35:20 Re: BUG #15668: Server crash in transformPartitionRangeBounds