Encoding change actually works) - Mailing list pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.4/static/sql-createdatabase.html
Description:

https://www.postgresql.org/docs/9.4/static/sql-createdatabase.html  

Says:
CREATE DATABASE music ENCODING 'LATIN1' TEMPLATE template0;

that did not work.   Whereas:

CREATE DATABASE music ENCODING 'LATIN1' TEMPLATE template0 LC_COLLATE='C'
LC_CTYPE='C';

sure DOES seem to work.



pgsql-docs by date:

Previous
From: Alexander Law
Date:
Subject: Re: Docbook 5.x
Next
From: Anthony Ananich
Date:
Subject: Override sort order