-
Notifications
You must be signed in to change notification settings - Fork 81
After trigger support #228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
929bbb1
to
363a590
Compare
43d0f5e
to
632e085
Compare
#select_value doesn't work well with table_name_prefix
632e085
to
c7b8779
Compare
|
||
**NOTE:** Record changes are written as a full snapshot if the partition has changed during the update. | ||
|
||
**IMPORTANT:** Using Logidze for partitioned tables in PostgreSQL 10 is not supported. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess, that here we can also say about 9.6 version
9.6 does not have declarative partitioned tables, but has inheritance and logidze also supports 9.6 pg version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, but we decided to discontinue PG <10 support since the next release.
THIS IS AMAZING ❤️ ❤️ ✨ 🦄 🕺 |
What is the purpose of this pull request?
Closes #215.
What changes did you make? (overview)
This PR is a combination of #226 and #225 with some refactoring changes on top.
Checklist