Encoding

From wikieduonline
(Redirected from ENCODING)
Jump to navigation Jump to search

wikipedia:Encoding


CREATE DATABASE "yournewdbname"
 WITH OWNER "postgres"
 ENCODING 'UTF8'
 LC_COLLATE = 'en_US.UTF-8'
 LC_CTYPE = 'en_US.UTF-8';


Related[edit]

Encoding

Advertising: