在EDB Postgres /开放源码Postgres中,什么将等同于以下查询?
ALTER SESSION SET CONSTRAINTS = DEFERRED 发布于 2022-07-08 07:55:01
我觉得你需要:
set constraints all deferred;来源:https://www.postgresql.org/docs/current/sql-set-constraints.html
https://stackoverflow.com/questions/72908255
复制相似问题