Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
INSERT INTO some_table VALUES (NEW.*) in pl/pgsql 同様のことを行うことができますが、 NEW を使用する UPDATE 句に対しては可能ですか? つまり、NEW オブジェクトの値を使用して一部の行を更新したいということです。
前もって感謝します。
次のリンクを参照してください。
http://www.postgresql.org/docs/current/interactive/plpgsql-trigger.html