Encoding change actually works)

From: marc+pgsql(at)milestonerdl(dot)com
To: pgsql-docs(at)postgresql(dot)org
Subject: Encoding change actually works)
Date: 2016-06-27 08:24:24
Message-ID: 20160627082424.17236.27619@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Alexander Law 2016-06-27 13:21:12 Re: Docbook 5.x
Previous Message Justin Dearing 2016-06-24 02:42:16 Re: Some doc suggestions