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.



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

Reply via email to