Skip to content
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

Add support for transition tables #6901

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jamessewell
Copy link

Intial go at adding support for transition tables and relaxing the trigger restrictions on AFTER FOR EACH STATEMENT for hypertables

Seems to work with both INSERT and COPY (copy uses CIM_SINGLE like in the Postgres source).

This still needs testing on other versions (I did 15), and still needs to have some tests written.

fixes #1084

Intial go at adding support for transition tables and relaxing
the trigger restrictions on AFTER FOR EACH STATEMENT for hypertables

Seems to work with both INSERT and COPY (copy uses CIM_SINGLE like in
the Postgres source)
@jamessewell jamessewell self-assigned this May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support transition tables in triggers on hypertable
1 participant