How can I create a Postgres 11 trigger function which inserts a new row in table 'b' upon insert or update to table 'a'?

后端 未结 0 1231
北恋
北恋 2021-02-04 07:22

I\'m running Postgres 11 on RDS.
I\'m trying to create a simple trigger function to insert records into table \'test_alias\' whenever a row is inserted into table \'test_v

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