aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-05-10 15:52:27 +0000
committerBruce Momjian <bruce@momjian.us>2001-05-10 15:52:27 +0000
commitffd0599c7aed8d895d6d930a07ff7fc5376b95a0 (patch)
tree4825b3bcaa75be4d2f92e1be1883f1e2830fc19e
parent0d2c4d5a172f8cdc510abf32ef7ccc1c002267aa (diff)
downloadpostgresql-ffd0599c7aed8d895d6d930a07ff7fc5376b95a0.tar.gz
postgresql-ffd0599c7aed8d895d6d930a07ff7fc5376b95a0.zip
Add mention in README of Oracle.
-rw-r--r--contrib/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README
index 4ad2760f666..91ac2bdd2b4 100644
--- a/contrib/README
+++ b/contrib/README
@@ -97,6 +97,10 @@ oid2name -
maps numeric files to table names
by B Palmer <bpalmer@crimelabs.net>
+oracle -
+ converts Oracle database schema to PostgreSQL
+ by Gilles Darold <gilles@darold.net>
+
pg_controldata -
Dump contents of pg_control (database master file)
by Oliver Elphick <olly@lfix.co.uk>