Re:

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Zuoxin(dot)Wang(at)kp(dot)org
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re:
Date: 2005-04-19 20:46:14
Message-ID: 20050419204614.GA32143@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Tue, Apr 19, 2005 at 01:27:09PM -0700, Zuoxin(dot)Wang(at)kp(dot)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[(at)]dcc(dot)uchile(dot)cl>)
"La conclusión que podemos sacar de esos estudios es que
no podemos sacar ninguna conclusión de ellos" (Tanenbaum)

In response to

  • at 2005-04-19 20:27:09 from Zuoxin.Wang

Responses

  • Re: at 2005-04-19 21:08:44 from Steve Crawford

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Marlowe 2005-04-19 20:48:01 Re:
Previous Message Bruno Wolff III 2005-04-19 20:37:27 Re: brute force attacking the password