Answers for "postgres change collate and ctype"

SQL
0

update database collation in postgresql

update pg_database set datcollate='POSIX.UTF-8', datctype='POSIX.UTF-8' where datname='databasename';
Posted by: Guest on June-18-2020

Code answers related to "postgres change collate and ctype"

Code answers related to "SQL"

Browse Popular Code Answers by Language