标签: sql postgresql partitioning
我有一个名为fact_sgw的主表,并且有一个名为fact_sgw_2016_06的子表,它只是2016年6月的数据。我可以截断子表而不丢失主表中的任何数据(fact_sgw)吗?