From: Bruce Momjian Date: Sun, 23 Jun 2002 22:15:04 +0000 (+0000) Subject: Link dbmirror into /contrib system. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=c2af29d094bf24ac45680c1aed8d0dce9313f92b;p=users%2Fbernd%2Fpostgres.git Link dbmirror into /contrib system. --- diff --git a/contrib/Makefile b/contrib/Makefile index 11af8ee7b7..6258cb4080 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -11,6 +11,7 @@ WANTED_DIRS = \ cube \ dbase \ dblink \ + dbmirror \ dbsize \ earthdistance \ findoidjoins \ diff --git a/contrib/README b/contrib/README index 32a6cd53e7..6ae9b2851c 100644 --- a/contrib/README +++ b/contrib/README @@ -48,7 +48,11 @@ dbase - dblink - Allows remote query execution - by Joe Conway + by Joe Conway + +dbmirror - + Replication server + by Steven Singer dbsize - Reports database and table disk space @@ -73,8 +77,7 @@ fuzzystrmatch - intagg - Integer aggregator - by mlw - + by mlw intarray - Index support for arrays of int4, using GiST @@ -105,20 +108,20 @@ miscutil - 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 - @@ -158,11 +161,11 @@ pgstattuple - by Tatsuo Ishii retep - - tools to build retep tools packages + Tools to build retep tools packages by Peter T Mount rserv - - replication server + Replication server by Vadim B. Mikheev rtree_gist -