Difference between revisions of "Encoding"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 6: | Line 6: | ||
* [[UTF8]] | * [[UTF8]] | ||
* [[Base64]] | * [[Base64]] | ||
+ | |||
+ | [[CREATE DATABASE]] "yournewdbname" | ||
+ | WITH OWNER "postgres" | ||
+ | ENCODING 'UTF8' | ||
+ | LC_COLLATE = 'en_US.UTF-8' | ||
+ | LC_CTYPE = 'en_US.UTF-8'; | ||
+ | |||
== Related == | == Related == |
Revision as of 14:17, 14 December 2022
CREATE DATABASE "yournewdbname" WITH OWNER "postgres" ENCODING 'UTF8' LC_COLLATE = 'en_US.UTF-8' LC_CTYPE = 'en_US.UTF-8';
Related
Advertising: