Difference between revisions of "CREATE"

From wikieduonline
Jump to navigation Jump to search
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  
 +
* <code>[[CREATE DATABASE]]</code>
 +
* <code>[[CREATE USER]]</code>
 +
* <code>[[CREATE ROLE]]</code>
 +
* <code>[[CREATE SCHEMA]]</code>
 +
* <code>[[CREATE TABLE]]</code>
 +
* <code>[[CREATE VIEW]]</code>
 +
* <code>[[CREATE INDEX]]</code>
 +
* <code>[[CREATE EXTENSION]]: [[pg_stat_statements]], [[uuid-ossp]], [[timescaledb]]</code>
  
* [[CREATE USER]]
 
* [[CREATE SCHEMA]]
 
* [[CREATE TABLE]]
 
* [[CREATE VIEW]]
 
  
 +
== News ==
 +
* Oct 2022 [[PostgreSQL 15]], revokes the [[CREATE]] permission from all users except a database owner from the public (or default) schema <ref>https://www.postgresql.org/docs/15/ddl-schemas.html#DDL-SCHEMAS-PATTERNS</ref>
 +
 +
== Related ==
 +
* [[PostgreSQL Privileges]]
  
 
== See also ==
 
== See also ==
* {{PostgreSQL}}
+
* {{CREATE}}
 +
* {{SQL}}
  
 
[[Category:PostgreSQL]]
 
[[Category:PostgreSQL]]

Latest revision as of 10:23, 11 July 2023

Advertising: