Skip to content

Instantly share code, notes, and snippets.

@mcihad
Created September 2, 2018 13:11
Show Gist options
  • Save mcihad/bac5000fc07595f351750bb54d52596d to your computer and use it in GitHub Desktop.
Save mcihad/bac5000fc07595f351750bb54d52596d to your computer and use it in GitHub Desktop.
Postgresql Database Collate
create database <dbname> with LC_COLLATE='tr_TR.UTF-8' LC_CTYPE='tr_TR.UTF-8' template=template0 owner='<owner>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment