Difference between revisions of "Encoding"

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

Revision as of 10:35, 9 February 2023

wikipedia:Encoding


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


Related

Advertising: