Difference between revisions of "Create"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
  
  
create role USERNAME with login password 'PASSWORD';
+
* <code>[[create role]] USERNAME with login password 'PASSWORD';</code>
create database DATABASE_NAME owner USERNAME;
+
* <code> [[create database]] DATABASE_NAME owner USERNAME;</code>
  
  
Line 9: Line 9:
 
* {{SQL}}
 
* {{SQL}}
 
* {{PostgreSQL}}
 
* {{PostgreSQL}}
 +
 +
[[Category:PostgreSQL]]

Revision as of 08:24, 25 March 2021



See also

Advertising: