码迷,mamicode.com
首页 > 其他好文 > 详细

解决postgres不能无效化外键的问题

时间:2017-07-05 13:44:49      阅读:105      评论:0      收藏:0      [点我收藏+]

标签:创建   问题   post   xxxxx   网上   pos   alter   for   公司   

如题,公司内部系统用的DB从oracle切换到了postgres,

enable/disable fk的写法不能用了。。。

 

网上搜了一下,ms只能用先删除外键,然后重新创建的方式,memo一下。

 

alter table xxxxx drop constraint xxxx_fk;

alter table xxxxx add constraint xxxx_fk foreign key (column1) references yyyyyy (column1);

解决postgres不能无效化外键的问题

标签:创建   问题   post   xxxxx   网上   pos   alter   for   公司   

原文地址:http://www.cnblogs.com/rester214/p/7120388.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!