Re: postgreSQL UPPER Method is converting the character "µ" into "M"

2023-09-07 Thread Helmut Bender
Am 06.09.23 um 16:04 schrieb Sai Teja: In my local it is windows OS and locale is English_united_states.1252 and in local it is converting as expected ( testµ into TESTµ) You wrote PostgreSQL is hosted on an utf-8 system. That's why it's working different. And be careful: the M isn't the

Re: Segmentation fault on startup

2021-02-13 Thread Helmut Bender
-alpine-on-raspi And since I used the :10-alpine image for postgres, it apparently was also affected by this bug. So - not the reboot crashed postgres, but alpine. Am 02.02.21 um 19:22 schrieb Helmut Bender: Today I had to restart the RasPi. Now the container fails to start with a segmentation

Re: Segmentation fault on startup

2021-02-02 Thread Helmut Bender
(again to the list...) Am 01.02.21 um 21:40 schrieb Tom Lane: Helmut Bender writes: I'm running a nextcloud server in a docker container on an RasPi 4 (only SSD, no SD), which uses PostgreSQL 10 as server. 10.what? We're already up to 15 patch releases for that branch. As I use

Segmentation fault on startup

2021-02-01 Thread Helmut Bender
Hi, I'm running a nextcloud server in a docker container on an RasPi 4 (only SSD, no SD), which uses PostgreSQL 10 as server. The containers are started via docker compose. The PostgreSQL service looks like services: db: image: postgres:10-alpine