On Thu, Jan 15, 2004 at 10:02:34PM -0500, Pete wrote:
> Hi,
>
> I'm not sure if this is the correct place to make a feature request. If
> not hopefully I can be kindly pointed in that direction.
>
> I have several project that use MySQL and I would like to port them to
> PostgreSQL unfortunately they use a naming convention which uses upper
> case and lower case letters
> Example:
> SELECT AccountID FROM Account
What exactly is the problem?
I can only see a problem when you create two fields/table that
only differ in case.
Being case insensitive should make it easier to port to
postgresql rather than harder.
Kurt