Re: Meaning of + symbol at end of column string

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Meaning of + symbol at end of column string
Date: 2025-01-22 20:07:09
Message-ID: 3e151b4c-f56b-b53-6310-912ea481141@appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 22 Jan 2025, David G. Johnston wrote:

> The value has a line break break character sequence at that point (I
> forget if it has any awareness of CR and CRLF differences…)

David,

Ah! A newline (\n). Thanks very much. I fix the row with an update and now I
understand that the original input line was wrapped.

Much appreciated,

Rich

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Laurenz Albe 2025-01-22 22:16:56 Re: Return of the pg_wal issue..
Previous Message David G. Johnston 2025-01-22 19:56:04 Re: Meaning of + symbol at end of column string