Difference between revisions of "CREATE"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
* [[CREATE VIEW]] | * [[CREATE VIEW]] | ||
* [[CREATE EXTENSION]]: <code>[[pg_stat_statements]], [[uuid-ossp]]</code> | * [[CREATE EXTENSION]]: <code>[[pg_stat_statements]], [[uuid-ossp]]</code> | ||
+ | |||
+ | |||
+ | == News == | ||
+ | * Oct 2022 [[PostgreSQL 15]], revokes the [[CREATE]] permission from all users except a database owner from the public (or default) schema | ||
+ | |||
== See also == | == See also == | ||
* {{psql}} | * {{psql}} |
Revision as of 12:48, 16 December 2022
- CREATE DATABASE
- CREATE USER
- CREATE SCHEMA
- CREATE TABLE
- CREATE VIEW
- CREATE EXTENSION:
pg_stat_statements, uuid-ossp
News
- Oct 2022 PostgreSQL 15, revokes the CREATE permission from all users except a database owner from the public (or default) schema
See also
- PostgreSQL:
psql
,.psqlrc, .pgpass
,$HOME/.pg service.conf
,-U, -W, -d
, meta-commands:\du, \dg, \ddp, \dp, \list, \dn, \dt, \c, \l, \di, \q
,show users
,show
,su - postgres
,psql -c, \?, \connect, \conninfo
,--version, --help
, PL/pgSQL - 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: