CREATE TABLE ... PARTITION OF ...

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: henr33(at)gmail(dot)com
Subject: CREATE TABLE ... PARTITION OF ...
Date: 2023-05-08 15:10:41
Message-ID: 168355864148.395342.18418456883444507681@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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)

Browse pgsql-docs by date

  From Date Subject
Next Message Peter Eisentraut 2023-05-09 13:40:21 tables on pgbench man page look garbled
Previous Message Daniel Gustafsson 2023-05-06 20:08:36 Re: Incorrect link tohttps://www.postgresql.org/docs/current/indexes-functional.html ?