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

From: Jon Wedell <wedell(at)bmrb(dot)wisc(dot)edu>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: Bug involving plus sign before newline in text field being duplicated or stripped
Date: 2019-03-12 17:20:10
Message-ID: 025dde2f-6b3f-7f7c-1c26-cbe88575bf93@bmrb.wisc.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

🤦

Thanks guys, this was the source of my confusion.

Best,
Jon

> 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.
>

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2019-03-12 20:00:43 BUG #15689: Stemming of negation/not operator
Previous Message Tom Lane 2019-03-12 17:18:24 Re: Bug involving plus sign before newline in text field being duplicated or stripped