Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd64b97a

Browse files
committed
Add dbmirror to /contrib. Minor C cleanups and Makefile.
Steven Singer
1 parent5a15149 commitd64b97a

File tree

10 files changed

+2046
-1
lines changed

10 files changed

+2046
-1
lines changed

‎contrib/dblink/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Header: /cvsroot/pgsql/contrib/dblink/Makefile,v 1.4 2001/09/06 10:49:29 petere Exp $
1+
# $Header: /cvsroot/pgsql/contrib/dblink/Makefile,v 1.5 2002/06/23 21:58:07 momjian Exp $
22

33
subdir = contrib/dblink
44
top_builddir = ../..

‎contrib/dbmirror/AddTrigger.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
CREATETRIGGER "MyTableName_Trig" AFTER INSERTORDELETEORUPDATE
3+
ON"MyTableName" FOR EACH ROW EXECUTE PROCEDURE
4+
"recordchange" ();
5+

‎contrib/dbmirror/COPYING

Lines changed: 340 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp