Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
funbringer committed Oct 31, 2017
1 parent 861f84f commit 7e2ef6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ More interesting features are yet to come. Stay tuned!
* `RuntimeAppend` & `RuntimeMergeAppend` custom plan nodes to pick partitions at runtime;
* `PartitionFilter`: an efficient drop-in replacement for INSERT triggers;
* Automatic partition creation for new INSERTed data (only for RANGE partitioning);
* 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;
* UPDATE triggers generation out of the box (will be replaced with custom nodes too);
* User-defined callbacks for partition creation event handling;
* Non-blocking concurrent table partitioning;
Expand Down

0 comments on commit 7e2ef6c

Please sign in to comment.