We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent861f84f commit7e2ef6cCopy full SHA for 7e2ef6c
README.md
@@ -53,7 +53,7 @@ More interesting features are yet to come. Stay tuned!
53
*`RuntimeAppend` &`RuntimeMergeAppend` custom plan nodes to pick partitions at runtime;
54
*`PartitionFilter`: an efficient drop-in replacement for INSERT triggers;
55
* Automatic partition creation for new INSERTed data (only for RANGE partitioning);
56
-* Improved`COPY FROM\TO` statement that is able to insert rows directly into partitions;
+* Improved`COPY FROM` statement that is able to insert rows directly into partitions;
57
* UPDATE triggers generation out of the box (will be replaced with custom nodes too);
58
* User-defined callbacks for partition creation event handling;
59
* Non-blocking concurrent table partitioning;