Encoding change actually works) - Mailing list pgsql-docs

From marc+pgsql@milestonerdl.com
Subject Encoding change actually works)
Date
Msg-id 20160627082424.17236.27619@wrigleys.postgresql.org
Whole thread Raw
Responses Re: [DOCS] Encoding change actually works)  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
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