public inbox for [email protected]  
help / color / mirror / Atom feed
From: Peter Eisentraut <[email protected]>
To: [email protected]
To: [email protected]
Subject: Re: Encoding change actually works)
Date: Thu, 2 Feb 2017 15:00:29 -0500
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgsql-docs>

On 6/27/16 4:24 AM, [email protected] wrote:
> https://www.postgresql.org/docs/9.4/static/sql-createdatabase.html  
> 
> Says:
> CREATE DATABASE music ENCODING &#39;LATIN1&#39; TEMPLATE template0;
> 
> that did not work.   Whereas:
> 
> CREATE DATABASE music ENCODING &#39;LATIN1&#39; TEMPLATE template0 LC_COLLATE=&#39;C&#39;
> LC_CTYPE=&#39;C&#39;;
> 
> sure DOES seem to work.

How about the attached patch with some refreshed examples?

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


view thread (2+ messages)

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: Encoding change actually works)
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox