public inbox for [email protected]  
help / color / mirror / Atom feed
Encoding change actually works)
2+ messages / 2 participants
[nested] [flat]

* Encoding change actually works)
@ 2016-06-27 08:24 [email protected]
  2017-02-02 20:00 ` Re: Encoding change actually works) Peter Eisentraut <[email protected]>
  0 siblings, 1 reply; 2+ messages in thread

From: [email protected] @ 2016-06-27 08:24 UTC (permalink / raw)
  To: 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 &#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.



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


^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* Re: Encoding change actually works)
  2016-06-27 08:24 Encoding change actually works) [email protected]
@ 2017-02-02 20:00 ` Peter Eisentraut <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Peter Eisentraut @ 2017-02-02 20:00 UTC (permalink / raw)
  To: [email protected]; pgsql-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


^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2017-02-02 20:00 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2016-06-27 08:24 Encoding change actually works) [email protected]
2017-02-02 20:00 ` Peter Eisentraut <[email protected]>

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