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.
2 parents06058b6 +7e2ef6c commit59cf3d7Copy full SHA for 59cf3d7
README.md
@@ -54,7 +54,7 @@ More interesting features are yet to come. Stay tuned!
54
*`RuntimeAppend` &`RuntimeMergeAppend` custom plan nodes to pick partitions at runtime;
55
*`PartitionFilter`: an efficient drop-in replacement for INSERT triggers;
56
* Automatic partition creation for new INSERTed data (only for RANGE partitioning);
57
-* 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;
58
* UPDATE triggers generation out of the box (will be replaced with custom nodes too);
59
* User-defined callbacks for partition creation event handling;
60
* Non-blocking concurrent table partitioning;