]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Doc: mention CREATE+ATTACH PARTITION with CREATE TABLE...PARTITION OF.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 16 Mar 2023 20:50:56 +0000 (16:50 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 16 Mar 2023 20:50:56 +0000 (16:50 -0400)
commitb0488cb5113746a2847964c5cb26e5dc0e302b55
tree2e8e2771d30dab6473d70c5ae0e4d9baf2c2f4e5
parent3908d6ae115801cc61486b286ab71d91c2cdbb99
Doc: mention CREATE+ATTACH PARTITION with CREATE TABLE...PARTITION OF.

Clarify that ATTACH/DETACH PARTITION can be used to perform partition
maintenance with less locking than straight CREATE TABLE/DROP TABLE.
This was already stated in some places, but not emphasized.

Back-patch to v14 where DETACH PARTITION CONCURRENTLY was added.
(We had lower lock levels for ATTACH PARTITION before that, but
this wording wouldn't apply.)

Justin Pryzby, reviewed by Robert Treat and Jakub Wartak;
a little further wordsmithing by me

Discussion: https://postgr.es/m/20220718143304.GC18011@telsasoft.com
doc/src/sgml/ddl.sgml
doc/src/sgml/ref/create_table.sgml