forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb0488cb
committed
Doc: mention CREATE+ATTACH PARTITION with CREATE TABLE...PARTITION OF.
Clarify that ATTACH/DETACH PARTITION can be used to perform partitionmaintenance 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, butthis wording wouldn't apply.)Justin Pryzby, reviewed by Robert Treat and Jakub Wartak;a little further wordsmithing by meDiscussion:https://postgr.es/m/20220718143304.GC18011@telsasoft.com1 parent3908d6a commitb0488cb
2 files changed
+23
-10
lines changedLines changed: 7 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4072 | 4072 |
| |
4073 | 4073 |
| |
4074 | 4074 |
| |
4075 |
| - | |
| 4075 | + | |
4076 | 4076 |
| |
4077 | 4077 |
| |
| 4078 | + | |
| 4079 | + | |
| 4080 | + | |
| 4081 | + | |
| 4082 | + | |
| 4083 | + | |
4078 | 4084 |
| |
4079 | 4085 |
| |
4080 | 4086 |
| |
| |||
4094 | 4100 |
| |
4095 | 4101 |
| |
4096 | 4102 |
| |
4097 |
| - | |
4098 |
| - | |
4099 |
| - | |
4100 |
| - | |
4101 |
| - | |
4102 | 4103 |
| |
4103 | 4104 |
| |
4104 | 4105 |
| |
|
Lines changed: 16 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
586 | 586 |
| |
587 | 587 |
| |
588 | 588 |
| |
589 |
| - | |
| 589 | + | |
| 590 | + | |
590 | 591 |
| |
591 |
| - | |
592 |
| - | |
593 |
| - | |
| 592 | + | |
594 | 593 |
| |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
595 | 607 |
| |
596 | 608 |
| |
597 | 609 |
| |
|
0 commit comments
Comments
(0)