• Simon Riggs's avatar
    Allow partitioned tables to be dropped without CASCADE · 8b4d582d
    Simon Riggs authored
    Record partitioned table dependencies as DEPENDENCY_AUTO
    rather than DEPENDENCY_NORMAL, so that DROP TABLE just works.
    
    Remove all the tests for partitioned tables where earlier
    work had deliberately avoided using CASCADE.
    
    Amit Langote, reviewed by Ashutosh Bapat and myself
    8b4d582d
create_table.sql 14.9 KB