CREATE TABLE ... PARTITION OF ...

Started by PG Bug reporting formalmost 3 years ago1 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/15/sql-createtable.html
Description:

Documentation does not state that CREATE TABLE ... PARTITION OF ...
requires an ACCESS EXCLUSIVE lock on the parent table (it only mentions that
about DROP TABLE ... which is a partition of another table)