Link dbmirror into /contrib system.

This commit is contained in:
Bruce Momjian 2002-06-23 22:15:04 +00:00
parent d64b97ae37
commit 68913b0fbb
2 changed files with 14 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.31 2002/02/22 23:05:34 momjian Exp $ # $Header: /cvsroot/pgsql/contrib/Makefile,v 1.32 2002/06/23 22:15:04 momjian Exp $
subdir = contrib subdir = contrib
top_builddir = .. top_builddir = ..
@ -11,6 +11,7 @@ WANTED_DIRS = \
cube \ cube \
dbase \ dbase \
dblink \ dblink \
dbmirror \
dbsize \ dbsize \
earthdistance \ earthdistance \
findoidjoins \ findoidjoins \

View File

@ -48,7 +48,11 @@ dbase -
dblink - dblink -
Allows remote query execution Allows remote query execution
by Joe Conway <joe.conway@mail.com> by Joe Conway <joe.conway@mail.com>
dbmirror -
Replication server
by Steven Singer <ssinger@navtechinc.com>
dbsize - dbsize -
Reports database and table disk space Reports database and table disk space
@ -73,8 +77,7 @@ fuzzystrmatch -
intagg - intagg -
Integer aggregator Integer aggregator
by mlw <markw@mohawksoft.com> by mlw <markw@mohawksoft.com>
intarray - intarray -
Index support for arrays of int4, using GiST Index support for arrays of int4, using GiST
@ -105,20 +108,20 @@ miscutil -
by Massimo Dal Zotto <dz@cs.unitn.it> by Massimo Dal Zotto <dz@cs.unitn.it>
mysql - mysql -
utility to convert MySQL schema dumps to SQL92 and PostgreSQL Utility to convert MySQL schema dumps to SQL92 and PostgreSQL
by Thomas Lockhart <lockhart@alumni.caltech.edu> by Thomas Lockhart <lockhart@alumni.caltech.edu>
Max Rudensky <fonin@ziet.zhitomir.ua> Max Rudensky <fonin@ziet.zhitomir.ua>
Valentine Danilchuk <valdan@ziet.zhitomir.ua> Valentine Danilchuk <valdan@ziet.zhitomir.ua>
noupdate - noupdate -
trigger to prevent updates on single columns Trigger to prevent updates on single columns
oid2name - oid2name -
maps numeric files to table names Maps numeric files to table names
by B Palmer <bpalmer@crimelabs.net> by B Palmer <bpalmer@crimelabs.net>
oracle - oracle -
converts Oracle database schema to PostgreSQL Converts Oracle database schema to PostgreSQL
by Gilles Darold <gilles@darold.net> by Gilles Darold <gilles@darold.net>
pg_controldata - pg_controldata -
@ -158,11 +161,11 @@ pgstattuple -
by Tatsuo Ishii <t-ishii@sra.co.jp> by Tatsuo Ishii <t-ishii@sra.co.jp>
retep - retep -
tools to build retep tools packages Tools to build retep tools packages
by Peter T Mount <peter@retep.org.uk> by Peter T Mount <peter@retep.org.uk>
rserv - rserv -
replication server Replication server
by Vadim B. Mikheev <vadim4o@email.com> by Vadim B. Mikheev <vadim4o@email.com>
rtree_gist - rtree_gist -