I would like to be able to explicitly remove a partition (and its data).
It would be nice if I could say: "remove the oldest table", but assuming this is not available, I'm ready to compromise on which exact partition I want to remove.
I know I can just execute drop table EVENTS_p2015_07_16
but I'm wondering if it ain't going to mess up anything with partman data and configuration.
Is there another way to do that?