如何检查我的数据库中是否启用了 constraint_exclusion?

How to check whether constraint_exclusion is enabled or not in my database?

根据official Postgres documents constraint_exclusion 的默认值是“分区”。我怎样才能确保这一点?有没有办法从 PgAdmin 检查当前值?

SHOW会显示运行-时间参数的当前设置。

Show constraint_exclusion;