Re: lower() silently fails for 9.5.3 on Windows, but works on Mac, Linux - Mailing list pgsql-general

From Alexander Farber
Subject Re: lower() silently fails for 9.5.3 on Windows, but works on Mac, Linux
Date
Msg-id CAADeyWiOGCKm2Wbr04mqL0ETLpS6szp8ZP8QJ23t2r8fPFXynQ@mail.gmail.com
Whole thread Raw
In response to Re: lower() silently fails for 9.5.3 on Windows, but works on Mac, Linux  ("Charles Clavadetscher" <clavadetscher@swisspug.org>)
Responses Re: lower() silently fails for 9.5.3 on Windows, but works on Mac, Linux
List pgsql-general
Thank you for the replies.

On CentOS 7 Linux with pgdg 9.5.3 the lower() method works and I have:

 # \l
                                  List of databases
   Name    |  Owner   | Encoding |   Collate   |    Ctype    |
-----------+----------+----------+-------------+-------------+
 postgres  | postgres | UTF8     | en_US.UTF-8 | en_US.UTF-8 |
 template0 | postgres | UTF8     | en_US.UTF-8 | en_US.UTF-8 |
           |          |          |             |             |
 template1 | postgres | UTF8     | en_US.UTF-8 | en_US.UTF-8 |
           |          |          |             |             |
 words     | postgres | UTF8     | en_US.UTF-8 | en_US.UTF-8 |


pgsql-general by date:

Previous
From: "Charles Clavadetscher"
Date:
Subject: Re: lower() silently fails for 9.5.3 on Windows, but works on Mac, Linux
Next
From: "Charles Clavadetscher"
Date:
Subject: Re: lower() silently fails for 9.5.3 on Windows, but works on Mac, Linux