forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit80dece6
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 parent380bc88 commit80dece6
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
353 | 353 |
| |
354 | 354 |
| |
355 | 355 |
| |
356 |
| - | |
| 356 | + | |
| 357 | + | |
357 | 358 |
| |
358 | 359 |
| |
359 | 360 |
| |
|
0 commit comments
Comments
(0)