Re: Data In Tables Sometimes Have +

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Carlos Mennens <carlos(dot)mennens(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Data In Tables Sometimes Have +
Date: 2012-03-02 20:17:09
Message-ID: 11327.1330719429@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Carlos Mennens <carlos(dot)mennens(at)gmail(dot)com> writes:
> I've noticed as I interact with my database I use for customers, there
> are from time to time values that have a strange '+' character. For
> example:

> forge=# SELECT cust_id, cust_name, cust_contact, cust_email
> FROM customers
> WHERE cust_name Like 'Truth%';
> cust_id | cust_name | cust_contact | cust_email
> ------------+--------------------+---------------+---------------------
> 1020105577 | Truth Custom Drums | Geoff Barrios | info(at)truthdrums(dot)com+
> | | |
> (1 row)

That's a line-break marker. Looks like you have embedded or trailing
newlines in some of your field values.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Brent Dombrowski 2012-03-02 22:34:47 Re: Data In Tables Sometimes Have +
Previous Message Carlos Mennens 2012-03-02 19:40:21 Data In Tables Sometimes Have +