projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84f594d
)
doc PG 17 relnotes: remove ALTER TABLE SPLIT/MERGE PARTITION
author
Bruce Momjian
Mon, 26 Aug 2024 02:09:18 +0000
(22:09 -0400)
committer
Bruce Momjian
Mon, 26 Aug 2024 02:09:18 +0000
(22:09 -0400)
Reverted in commit
84f594da358
Backpatch-through: 17 only
doc/src/sgml/release-17.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-17.sgml
b/doc/src/sgml/release-17.sgml
index 08a479807ca2933668dede22e4e6f464b937ee45..cd7b3dab1b2dc2a0dc4825c3370b574f1ccde1f1 100644
(file)
--- a/
doc/src/sgml/release-17.sgml
+++ b/
doc/src/sgml/release-17.sgml
@@
-1512,31
+1512,6
@@
Author: Daniel Gustafsson
-
-
-
-
- Allow partitions to be merged using
- linkend="sql-altertable">
ALTER TABLE ... MERGE
- PARTITIONS (Dmitry Koval)
-
-
-
-
-
-
-
- Allow partitions to be split using
ALTER TABLE ... SPLIT
- PARTITION (Dmitry Koval)
-
-
-