Skip to content
Discussion options

You must be logged in to vote

There's nothing technically tying the partitioned table to any specific entry in the config table other than a matching parent table name.
So you just need to get the same configuration entered back into the part_config table that it had before. If you know all the settings you used for the create_parent() call for these tables, you could just create another partitioned table with a different name but the same config. Then either insert another row with the same values but with the old parent_table value, or you could maybe even just update the row for the new table to have the old table's name.

Would recommend testing this out first, but I'm pretty sure this should work.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@keithf4
Comment options

@jknipp
Comment options

@jknipp
Comment options

@keithf4
Comment options

@jknipp
Comment options

Answer selected by keithf4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants