PostgresCafe (@postgrescafe) 's Twitter Profile
PostgresCafe

@postgrescafe

PostgreSQL Tips and Tricks

ID: 1044499465774788608

calendar_today25-09-2018 08:10:53

13 Tweet

12 Followers

25 Following

PostgresCafe (@postgrescafe) 's Twitter Profile Photo

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