Re: - Mailing list pgsql-admin

From Steve Crawford
Subject Re:
Date
Msg-id 200504191408.44014.scrawford@pinpointresearch.com
Whole thread Raw
In response to Re:  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List 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 by date:

Previous
From: Michael Fuhr
Date:
Subject: Re:
Next
From: Zuoxin.Wang@kp.org
Date:
Subject: Missing value from PostgreSQL query?