Replies: 1 comment 1 reply
-
Do the child tables actually have the additional constraints added yet? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Thank you for this wonderful extension. I have a question that's similar to #382.
I have PG Partman managed table where my predicate is like this
I have updated my constraints to include all the required predicates. The DDL looks like this
But when I generate the plans for this query, it indicates we are hitting all the partitions (child tables). If I I have only "start_time", "entity" and "my_enum" in my predicate then it includes the required partitions correctly. I am testing this with AWS Aurora that uses slightly older version of PGPartman (4.7.3). Recommended setup from RDS - link. I wanted to check if I am missing something or if supporting multiple ranges are not supported currently.
Regards
Dinesh
Beta Was this translation helpful? Give feedback.
All reactions