Re: Data In Tables Sometimes Have + - Mailing list pgsql-novice

From Brent Dombrowski
Subject Re: Data In Tables Sometimes Have +
Date
Msg-id 56F1284A-3267-41AC-A431-FF7FF6848E47@gmail.com
Whole thread Raw
In response to Data In Tables Sometimes Have +  (Carlos Mennens <carlos.mennens@gmail.com>)
List pgsql-novice
On Mar 2, 2012, at 11:40 AM, Carlos Mennens wrote:
> 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

I noticed that when I upgraded from 8.2 to 9.0. The 9.0 client (psql) was adding those in. I don't remember now what
triggeredit, but they are not in the actual data. 

Brent.



pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Data In Tables Sometimes Have +
Next
From: Daniel Staal
Date:
Subject: Re: Restoring selected records from backup file