Difference between revisions of "Create database (PostgreSQL)"

From wikieduonline
Jump to navigation Jump to search
Line 18: Line 18:
 
* {{PostgreSQL}}
 
* {{PostgreSQL}}
 
* {{MariaDB}}
 
* {{MariaDB}}
 +
 +
 +
[[Category:PostgreSQL]]

Revision as of 12:48, 2 February 2020

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


Related terms


See also

Advertising: