Answers for "postgres check database collation"

SQL
0

how to find database collation in postgres

select datname, 
       datcollate
from pg_database;
Posted by: Guest on June-17-2020

Code answers related to "postgres check database collation"

Code answers related to "SQL"

Browse Popular Code Answers by Language