PostgresCafe
@postgrescafe
PostgreSQL Tips and Tricks
ID: 1044499465774788608
25-09-2018 08:10:53
13 Tweet
12 Followers
25 Following
Features of PostgreSQL 13: LOCALE option in CREATE DATABASE The LOCALE clause can now be specified as an option in the CREATE DATABASE statement. This is a shortcut for setting LC_COLLATE and LC_CTYPE at once. CREATE DATABASE music LOCALE 'es_NI.utf8' #PostgreSQL13