Difference between revisions of "UTF-8"
Jump to navigation
Jump to search
(Created page with "{{Draft}}") |
|||
Line 1: | Line 1: | ||
{{Draft}} | {{Draft}} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | [[PostgreSQL]]: | ||
+ | CREATE DATABASE "scratch" | ||
+ | WITH OWNER "postgres" | ||
+ | ENCODING 'UTF8' | ||
+ | LC_COLLATE = 'en_US.UTF-8' | ||
+ | LC_CTYPE = 'en_US.UTF-8'; |
Revision as of 12:34, 2 February 2020
This article is a Draft. Help us to complete it.
CREATE DATABASE "scratch" WITH OWNER "postgres" ENCODING 'UTF8' LC_COLLATE = 'en_US.UTF-8' LC_CTYPE = 'en_US.UTF-8';
Advertising: