upper() / lower() regression test case needed?

From: mike g <mike(at)thegodshalls(dot)com>
To: hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: upper() / lower() regression test case needed?
Date: 2004-06-04 05:35:05
Message-ID: 1086327305.21474.6.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

Going through the regress test sql files I noticed that when testing
string functions there was no upper / lower case tests.

I see upper / lower being used in the select_having and select_implicit
files in the GROUP BY and ORDER BY clauses.

Good enough or should I submit patch for adding these test cases to
strings.sql?

Mike

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2004-06-04 05:42:08 Re: OIDs, CTIDs, updateable cursors and friends
Previous Message Tom Lane 2004-06-04 05:10:08 Re: [HACKERS] pg_dump --comment?