Re: Camel case identifiers and folding

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Camel case identifiers and folding
Date: 2019-03-18 12:44:43
Message-ID: eeea5972-64a1-c832-96cd-8c2ea1011756@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Chris Travers schrieb am 18.03.2019 um 13:16:
> MySQL also ignores the standard and does not fold cases.
Unless you configure it to fold to lowercase.

Which in turn is a cure for the fact, that case-sensitivity of table names depends on the case-sensitivity of the underlying file system (not the operating system!) and the storage engine that is used (so in short: it's a mess and you can never be sure what the behaviour is)

Thomas

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vijaykumar Jain 2019-03-18 14:24:01 postgresql-11 installation errors via deb package on ubuntu 16
Previous Message Chris Travers 2019-03-18 12:20:59 Re: Fwd: Camel case identifiers and folding