Обсуждение: CREATE TABLE ... PARTITION OF ...

Поиск
Список
Период
Сортировка

CREATE TABLE ... PARTITION OF ...

От
PG Doc comments form
Дата:
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)