Re: Data In Tables Sometimes Have +

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Data In Tables Sometimes Have +
Дата
Msg-id 11327.1330719429@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Data In Tables Sometimes Have +  (Carlos Mennens <carlos.mennens@gmail.com>)
Список pgsql-novice
Carlos Mennens <carlos.mennens@gmail.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@truthdrums.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

В списке pgsql-novice по дате отправления:

Предыдущее
От: Carlos Mennens
Дата:
Сообщение: Data In Tables Sometimes Have +
Следующее
От: Brent Dombrowski
Дата:
Сообщение: Re: Data In Tables Sometimes Have +