forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb25d47b
committed
Add note about how each partition's default value is treated, into the doc.
Column defaults may be specified separately for each partition.But INSERT via a partitioned table ignores those partition's default values.The former is documented, but the latter restriction not.This commit adds the note about that restriction into the document.Back-patch to v10 where partitioning was introduced.Author: Fujii MasaoReviewed-by: Amit LangoteDiscussion:https://postgr.es/m/CAHGQGwEs-59omrfGF7hOHz9iMME3RbKy5ny+iftDx3LHTEn9sA@mail.gmail.com1 parentc4a2041 commitb25d47b
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
539 | 539 |
| |
540 | 540 |
| |
541 | 541 |
| |
542 |
| - | |
| 542 | + | |
| 543 | + | |
543 | 544 |
| |
544 | 545 |
| |
545 | 546 |
| |
|
0 commit comments
Comments
(0)