public inbox for [email protected]
help / color / mirror / Atom feedRe: Meaning of + symbol at end of column string
2+ messages / 2 participants
[nested] [flat]
* Re: Meaning of + symbol at end of column string
@ 2025-01-22 19:56 David G. Johnston <[email protected]>
2025-01-22 20:07 ` Re: Meaning of + symbol at end of column string Rich Shepard <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: David G. Johnston @ 2025-01-22 19:56 UTC (permalink / raw)
To: Rich Shepard <[email protected]>; +Cc: pgsql-general
On Wednesday, January 22, 2025, Rich Shepard <[email protected]>
wrote:
> I use scripts to enter new rows in tables yet on rare occasions when I
> select all columns from a table I'll find a "+" at the end of a string
> value in one column. My web search finds no explanation.
>
> What does that + symbol mean in this context?
>
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 J.
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: Meaning of + symbol at end of column string
2025-01-22 19:56 Re: Meaning of + symbol at end of column string David G. Johnston <[email protected]>
@ 2025-01-22 20:07 ` Rich Shepard <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Rich Shepard @ 2025-01-22 20:07 UTC (permalink / raw)
To: 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
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2025-01-22 20:07 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-01-22 19:56 Re: Meaning of + symbol at end of column string David G. Johnston <[email protected]>
2025-01-22 20:07 ` Rich Shepard <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox