Re: - Mailing list pgsql-admin

From Alvaro Herrera
Subject Re:
Date
Msg-id 20050419204614.GA32143@dcc.uchile.cl
Whole thread Raw
In response to  (Zuoxin.Wang@kp.org)
Responses Re:
List pgsql-admin
On Tue, Apr 19, 2005 at 01:27:09PM -0700, Zuoxin.Wang@kp.org wrote:

> test=# select used from patient;
>  used
> ------
>  N
>  N
> (2 rows)

Try

select '{' || used || '}' from patient;

> 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)

Looks like you have some non-printable character in the used column.

--
Alvaro Herrera (<alvherre[@]dcc.uchile.cl>)
"La conclusión que podemos sacar de esos estudios es que
no podemos sacar ninguna conclusión de ellos" (Tanenbaum)

pgsql-admin by date:

Previous
From: Zuoxin.Wang@kp.org
Date:
Subject:
Next
From: Scott Marlowe
Date:
Subject: Re: