Trying to modify a constraint in PostgreSQL

后端 未结 4 1555
伪装坚强ぢ
伪装坚强ぢ 2021-02-01 11:57

I have checked the documentation provided by Oracle and found a way to modify a constraint without dropping the table. Problem is, it errors out at modify as it does not recogn

4条回答
  •  轮回少年
    2021-02-01 12:34

    According to the correct manual (which is supplied by PostgreSQL, not by Oracle), there is no modify constraint available in the ALTER TABLE statement:

    Here is the link to the correct manual:

    http://www.postgresql.org/docs/current/static/sql-altertable.html

提交回复
热议问题