How to create a view with INSERT rule RETURNING a value - without INSERT in the rule definition

前端 未结 0 1559
没有蜡笔的小新
没有蜡笔的小新 2021-01-13 22:26

I have the following simplified testcase:

CREATE TABLE test(id serial PRIMARY KEY, data varchar);

CREATE VIEW test_v AS SELECT * from test;

CREATE FUNCTION          


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