• Simon Riggs's avatar
    Reduce lock levels of some ALTER TABLE cmds · e5550d5f
    Simon Riggs authored
    VALIDATE CONSTRAINT
    
    CLUSTER ON
    SET WITHOUT CLUSTER
    
    ALTER COLUMN SET STATISTICS
    ALTER COLUMN SET ()
    ALTER COLUMN RESET ()
    
    All other sub-commands use AccessExclusiveLock
    
    Simon Riggs and Noah Misch
    
    Reviews by Robert Haas and Andres Freund
    e5550d5f
alter_table.sql 52.4 KB