User Tools

Site Tools


wiki:create_postgresql_different_encoding

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

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki