So finden Sie Datenbankkollation in Postgres
select datname,
datcollate
from pg_database;
Foolish Falcon
select datname,
datcollate
from pg_database;