Re:

Поиск
Список
Период
Сортировка
От Steve Crawford
Тема Re:
Дата
Msg-id 200504191408.44014.scrawford@pinpointresearch.com
обсуждение исходный текст
Ответ на Re:  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-admin
On Tuesday 19 April 2005 1:46 pm, Alvaro Herrera wrote:
> Looks like you have some non-printable character in the used
> column.

I concur. Alternately you can (assuming you're running *nix which
probably has xxd and more) try this to see exactly what is in the
data:

psql -c "select * from patient" | xxd | more

Cheers,
Steve

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re:
Следующее
От: Zuoxin.Wang@kp.org
Дата:
Сообщение: Missing value from PostgreSQL query?