Skip to content

Commit 68913b0

Browse files
committed
Link dbmirror into /contrib system.
1 parent d64b97a commit 68913b0

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

contrib/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.31 2002/02/22 23:05:34 momjian Exp $
1+
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.32 2002/06/23 22:15:04 momjian Exp $
22

33
subdir = contrib
44
top_builddir = ..
@@ -11,6 +11,7 @@ WANTED_DIRS = \
1111
cube \
1212
dbase \
1313
dblink \
14+
dbmirror \
1415
dbsize \
1516
earthdistance \
1617
findoidjoins \

contrib/README

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@ dbase -
4848

4949
dblink -
5050
Allows remote query execution
51-
by Joe Conway <joe.conway@mail.com>
51+
by Joe Conway <joe.conway@mail.com>
52+
53+
dbmirror -
54+
Replication server
55+
by Steven Singer <ssinger@navtechinc.com>
5256

5357
dbsize -
5458
Reports database and table disk space
@@ -73,8 +77,7 @@ fuzzystrmatch -
7377

7478
intagg -
7579
Integer aggregator
76-
by mlw <markw@mohawksoft.com>
77-
80+
by mlw <markw@mohawksoft.com>
7881

7982
intarray -
8083
Index support for arrays of int4, using GiST
@@ -105,20 +108,20 @@ miscutil -
105108
by Massimo Dal Zotto <dz@cs.unitn.it>
106109

107110
mysql -
108-
utility to convert MySQL schema dumps to SQL92 and PostgreSQL
111+
Utility to convert MySQL schema dumps to SQL92 and PostgreSQL
109112
by Thomas Lockhart <lockhart@alumni.caltech.edu>
110113
Max Rudensky <fonin@ziet.zhitomir.ua>
111114
Valentine Danilchuk <valdan@ziet.zhitomir.ua>
112115

113116
noupdate -
114-
trigger to prevent updates on single columns
117+
Trigger to prevent updates on single columns
115118

116119
oid2name -
117-
maps numeric files to table names
120+
Maps numeric files to table names
118121
by B Palmer <bpalmer@crimelabs.net>
119122

120123
oracle -
121-
converts Oracle database schema to PostgreSQL
124+
Converts Oracle database schema to PostgreSQL
122125
by Gilles Darold <gilles@darold.net>
123126

124127
pg_controldata -
@@ -158,11 +161,11 @@ pgstattuple -
158161
by Tatsuo Ishii <t-ishii@sra.co.jp>
159162

160163
retep -
161-
tools to build retep tools packages
164+
Tools to build retep tools packages
162165
by Peter T Mount <peter@retep.org.uk>
163166

164167
rserv -
165-
replication server
168+
Replication server
166169
by Vadim B. Mikheev <vadim4o@email.com>
167170

168171
rtree_gist -

0 commit comments

Comments
 (0)