I am running Windows 10 PostgreSQL 9.6 and confluence 7.x.x. How do I the collation to be en_US.UTF8?
Hi Joe,
Try this:
CREATE DATABASE "example_db"
WITH OWNER "postgres"ENCODING 'UTF8'LC_COLLATE = 'en_US.UTF-8'LC_CTYPE = 'en_US.UTF-8'TEMPLATE template0;
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.