Axel Rau wrote:
Im not yet convinced to switch to non-C locale. Is the following intended behavior:With lc_ctype C: select lower('ÄÖÜ'); => ÄÖÜ With lc_ctype en_US.utf8 select lower('ÆÅË'); => æåë ? (Both have server encoding UTF8)
I would expect exactly that.