summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorBruce Momjian2003-06-25 03:40:19 +0000
committerBruce Momjian2003-06-25 03:40:19 +0000
commitc70e606a4c9ab39d730ef79faf59bdcd9e8d779f (patch)
treea1bd83b74784c8a9e7925c011e0bc8b9f776f383 /contrib
parentdbca370278fd702efb504d57d2f89619f3be7091 (diff)
Includes:
- LIKE <subtable> [ INCLUDING DEFAULTS | EXCLUDING DEFAULTS ] - Quick cleanup of analyze.c function prototypes. - New non-reserved keywords (INCLUDING, EXCLUDING, DEFAULTS), SQL 200X Opted not to extend for check constraints at this time. As per the definition that it's user defined columns, OIDs are NOT inherited. Doc and Source patches attached. -- Rod Taylor <rbt@rbt.ca>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index 0f27d904139..567accc28db 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -1,4 +1,4 @@
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.41 2003/03/20 18:14:46 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.42 2003/06/25 03:40:17 momjian Exp $
subdir = contrib
top_builddir = ..
@@ -13,7 +13,6 @@ WANTED_DIRS = \
dblink \
dbmirror \
dbsize \
- earthdistance \
findoidjoins \
fulltextindex \
fuzzystrmatch \