How to create stored procedure to save history of specific column before update in postgres

前端 未结 0 1567
深忆病人
深忆病人 2021-01-21 10:37

Basically i just want to get the old value of a specific column before updating it and store it in another table. I want to accomplish this using a stored procedure in postgres.

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