Difference between revisions of "CREATE"
Jump to navigation
Jump to search
↑ https://www.postgresql.org/docs/15/ddl-schemas.html#DDL-SCHEMAS-PATTERNS
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | * [[CREATE DATABASE]] | + | * <code>[[CREATE DATABASE]]</code> |
− | * [[CREATE USER]] | + | * <code>[[CREATE USER]]</code> |
− | * [[CREATE SCHEMA]] | + | * <code>[[CREATE ROLE]]</code> |
− | * [[CREATE TABLE]] | + | * <code>[[CREATE SCHEMA]]</code> |
− | * [[CREATE VIEW]] | + | * <code>[[CREATE TABLE]]</code> |
− | * [[CREATE | + | * <code>[[CREATE VIEW]]</code> |
+ | * <code>[[CREATE INDEX]]</code> | ||
+ | * <code>[[CREATE EXTENSION]]: [[pg_stat_statements]], [[uuid-ossp]], [[timescaledb]]</code> | ||
== News == | == News == | ||
− | * Oct 2022 [[PostgreSQL 15]], revokes the [[CREATE]] permission from all users except a database owner from the public (or default) schema | + | * 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 == | ||
− | * {{ | + | * {{CREATE}} |
* {{SQL}} | * {{SQL}} | ||
[[Category:PostgreSQL]] | [[Category:PostgreSQL]] |
Latest revision as of 10:23, 11 July 2023
CREATE DATABASE
CREATE USER
CREATE ROLE
CREATE SCHEMA
CREATE TABLE
CREATE VIEW
CREATE INDEX
CREATE EXTENSION: pg_stat_statements, uuid-ossp, timescaledb
News[edit]
- Oct 2022 PostgreSQL 15, revokes the CREATE permission from all users except a database owner from the public (or default) schema [1]
Related[edit]
See also[edit]
CREATE [ INDEX | USER | ROLE ]
- SQL, NewSQL, RDMS: GraphQL (2015), SQLite,
select, insert
,select count
, Distributed SQL, TablePlus, Cache hit ratio,pg_stat_user_tables
,EXPLAIN
, Index (PostgreSQL), DDL, SQL/MED, Group by, List users, SQL Injection, SQLAlchemy,CREATE USER, CREATE ROLE, EXPLAIN, ALTER DATABASE, REVOKE, NOLOCK, NOWAIT, EXISTS
, Unique constraint,.sql
Advertising: