Skip to content

Conversation

@Hunterk95
Copy link
Owner

This "if" just disturb create partition for empty table and force you to use "if select count (*) = 0 from tablename then create_range_partition(p_count = 0) else create_range_partition(p_=null, let pathman count how many partition need to) And it wery often create partition of empty table in case of liquibase or other db struct maneger

This "if" just disturb create partition for empty table and force you to use "if select count (*) = 0 from tablename then create_range_partition(p_count = 0) else create_range_partition(p_=null, let pathman count how many partition need to) 
And it wery often create partition of empty table in case of liquibase or other db struct maneger
@Hunterk95 Hunterk95 merged commit a075a0e into master Oct 8, 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.

2 participants