Table of Contents
Create postgresql with different encoding
Tested on
See also
References
postgresql
,
sql
,
database
Create postgresql with different encoding
CREATE DATABASE mydb WITH ENCODING='UTF8' OWNER=myowner CONNECTION LIMIT=-1 TEMPLATE template0;
Tested on
See also
References