Re:

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re:
Дата
Msg-id 20050419210144.GA82012@winnie.fuhr.org
обсуждение исходный текст
Ответ на  (Zuoxin.Wang@kp.org)
Список pgsql-admin
On Tue, Apr 19, 2005 at 01:27:09PM -0700, Zuoxin.Wang@kp.org wrote:
>
> test=# select  first_name, last_name, used, birthday from patient;
>  first_name | last_name | used |  birthday
> ------------+-----------+------+------------
>    | 1960-02-01DI       | N
>    | 1960-02-01DI       | N
> (2 rows)

I'd guess that the "used" columns contain carriage returns.  What
do you see if you run the following query?

SELECT replace(used, '\r', '\\r'), length(used) FROM patient;

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

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

Предыдущее
От: Wim Bertels
Дата:
Сообщение: Re: brute force attacking the password
Следующее
От: Steve Crawford
Дата:
Сообщение: Re: