summaryrefslogtreecommitdiff
path: root/contrib/README
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-08-11 02:32:00 +0000
committerBruce Momjian <bruce@momjian.us>1998-08-11 02:32:00 +0000
commit85c165cd4c19a4d837ec914ce26091cebef68be4 (patch)
tree66f4a3ad28a15af6c82677527e6e5198c4d00f13 /contrib/README
parentffb120ecc68752b7accb169f00d8a3286afb1a92 (diff)
downloadpostgresql-85c165cd4c19a4d837ec914ce26091cebef68be4.tar.gz
New findoidjoins examines oid columns to find join relationships.
Diffstat (limited to 'contrib/README')
-rw-r--r--contrib/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README
index 3a7fb56af6..bf4d10ebc5 100644
--- a/contrib/README
+++ b/contrib/README
@@ -18,6 +18,11 @@ earthdistance -
Operator for computing earth distance for two points
by Hal Snyder <hal@vailsys.com>
+findoidjoins -
+ Finds the joins used by oid columns by examining the actual
+ values in the oid columns and row oids.
+ by Bruce Momjian <root@candle.pha.pa.us>
+
fulltextindex -
Full text indexing using triggers
by Maarten Boekhold <maartenb@dutepp0.et.tudelft.nl>