forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit253b3f6
committed
doc: Small run-time pruning doc fix
A note in ddl.sgml used to mention that run-time pruning was onlyimplemented for Append. When we got MergeAppend support, this wasupdated to mention that MergeAppend is supported too. This isslightly weird as it's not all that obvious what exactly isn'tsupported when we mention: <para> Both of these behaviors are likely to be changed in a future release of <productname>PostgreSQL</productname>. </para>This patch updates this to mention that ModifyTable is unsupported,which makes the above fragment make sense again.Author: David Rowley <david.rowley@2ndquadrant.com>1 parent7f284de commit253b3f6
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3944 | 3944 |
| |
3945 | 3945 |
| |
3946 | 3946 |
| |
3947 |
| - | |
| 3947 | + | |
3948 | 3948 |
| |
| 3949 | + | |
| 3950 | + | |
3949 | 3951 |
| |
3950 | 3952 |
| |
3951 | 3953 |
| |
|
0 commit comments
Comments
(0)