mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Add dbmirror to /contrib. Minor C cleanups and Makefile.
Steven Singer
This commit is contained in:
5
contrib/dbmirror/AddTrigger.sql
Normal file
5
contrib/dbmirror/AddTrigger.sql
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
CREATE TRIGGER "MyTableName_Trig" AFTER INSERT OR DELETE OR UPDATE
|
||||
ON "MyTableName" FOR EACH ROW EXECUTE PROCEDURE
|
||||
"recordchange" ();
|
||||
|
Reference in New Issue
Block a user