2021-04-29 Pgsql无法删除索引

do
$$BEGIN
alter table t_device_screen_lock_log drop constraint t_device_screen_lock_log_device_id;

EXCEPTION
when undefined_object
then null;
END$$;

你可能感兴趣的:(2021-04-29 Pgsql无法删除索引)