Difference between revisions of "Encoding"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 17: | Line 17: | ||
* <code>[[create database]], [[SHOW SERVER ENCODING]]</code> | * <code>[[create database]], [[SHOW SERVER ENCODING]]</code> | ||
+ | {{Encoding}} | ||
[[Category:Enconding]] | [[Category:Enconding]] |
Latest revision as of 07:05, 22 February 2024
CREATE DATABASE "yournewdbname" WITH OWNER "postgres" ENCODING 'UTF8' LC_COLLATE = 'en_US.UTF-8' LC_CTYPE = 'en_US.UTF-8';
Related[edit]
Advertising: