wiki:create_postgresql_different_encoding
Table of Contents
Create postgresql with different encoding
CREATE DATABASE mydb WITH ENCODING='UTF8' OWNER=myowner CONNECTION LIMIT=-1 TEMPLATE template0;
Tested on
See also
References
wiki/create_postgresql_different_encoding.txt · Last modified: 2021/05/19 13:51 by antisa