Re: [HACKERS] lower() broken?

Thomas Lockhart <lockhart@alumni.caltech.edu>

From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>
To: Vince Vielhaber <vev@michvhf.com>
Cc: hackers@postgreSQL.org
Date: 1999-02-20T02:45:07Z
Lists: pgsql-hackers
> I have a record in table cust with the username of  joblo  and it's
> already lower case.  This is from a cvsup a couple of weeks old.
> Doesn't seem to matter if I use lower on username, 'joblo' or both.  
> And there's only the one record in the table.
> Did something break or did I forget how to use lower()?

Not sure. You *did* forget to tell us what data type is used for column
"username".

                        - Tom