Re: [DOCS] Encoding change actually works) - Mailing list pgsql-docs

From Peter Eisentraut
Subject Re: [DOCS] Encoding change actually works)
Date
Msg-id 52fe192f-99b1-e916-e5ce-c4e086d163d2@2ndquadrant.com
Whole thread Raw
In response to Encoding change actually works)  (marc+pgsql@milestonerdl.com)
List pgsql-docs
On 6/27/16 4:24 AM, marc+pgsql@milestonerdl.com wrote:
> 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.

How about the attached patch with some refreshed examples?

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

-- 
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

Attachment

pgsql-docs by date:

Previous
From: Jürgen Purtz
Date:
Subject: Re: [DOCS] Parallel Query
Next
From: postgresql@eric.brechemier.name
Date:
Subject: [DOCS] CREATE DOMAIN should also include an example of use with functions