postgresql delete partition tables
问题 I'm new at Postgresql and do not exactly know how to manage partition tables. I have partition table based on day. Before inserting data, trigger checks date and put into corresponding child table. eg. 11.15.2014 - insert into table named 11-15-2014_log. 11.16.2014 - insert into table named 11-16-2014_log. Now I want to create function that will drop old child tables, for example, tables older than 90 days. Should I find and drop child table according its tablename (cause it consists date of