Using triggers to avoid duplication when not deferring unique constraints. (PostgreSQL)

后端 未结 0 448
既然无缘
既然无缘 2021-01-31 05:50

PostgreSQL 11.1

I have a unique constraint as:

CONSTRAINT unique_service UNIQUE (patient_recid, tservice, procedure_recid)

I would like t

相关标签:
回答
  • 消灭零回复
提交回复
热议问题