-# $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
top_builddir = ..
cube \
dbase \
dblink \
+ dbmirror \
dbsize \
earthdistance \
findoidjoins \
dblink -
Allows remote query execution
- by Joe Conway
+ by Joe Conway
+
+dbmirror -
+ Replication server
+ by Steven Singer
dbsize -
Reports database and table disk space
intagg -
Integer aggregator
- by mlw
-
+ by mlw
intarray -
Index support for arrays of int4, using GiST
by Massimo Dal Zotto
mysql -
- utility to convert MySQL schema dumps to SQL92 and PostgreSQL
+ Utility to convert MySQL schema dumps to SQL92 and PostgreSQL
by Thomas Lockhart
Max Rudensky
Valentine Danilchuk
noupdate -
- trigger to prevent updates on single columns
+ Trigger to prevent updates on single columns
oid2name -
- maps numeric files to table names
+ Maps numeric files to table names
by B Palmer
oracle -
- converts Oracle database schema to PostgreSQL
+ Converts Oracle database schema to PostgreSQL
by Gilles Darold
pg_controldata -
by Tatsuo Ishii
retep -
- tools to build retep tools packages
+ Tools to build retep tools packages
rserv -
- replication server
+ Replication server
by Vadim B. Mikheev
rtree_gist -