Re: Data In Tables Sometimes Have +

Поиск
Список
Период
Сортировка
От Brent Dombrowski
Тема Re: Data In Tables Sometimes Have +
Дата
Msg-id 56F1284A-3267-41AC-A431-FF7FF6848E47@gmail.com
обсуждение исходный текст
Ответ на Data In Tables Sometimes Have +  (Carlos Mennens <carlos.mennens@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Data In Tables Sometimes Have +
Следующее
От: Daniel Staal
Дата:
Сообщение: Re: Restoring selected records from backup file