Difference between revisions of "Encoding"

From wikieduonline
Jump to navigation Jump to search
Line 15: Line 15:
  
 
== Related ==
 
== Related ==
* [[create database]]
+
* [[create database]], [[SHOW SERVER ENCODING]]
  
  
 
[[Category:Enconding]]
 
[[Category:Enconding]]

Revision as of 14:20, 14 December 2022

wikipedia:Encoding


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


Related

Advertising: