diff options
| author | Bruce Momjian | 2002-07-30 16:40:34 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2002-07-30 16:40:34 +0000 |
| commit | 1dedbf2da5c4aa741bbc6f16dc3ad819625b84f0 (patch) | |
| tree | f13fc1d640627603e486fc965f18529f85a40500 /contrib/Makefile | |
| parent | 210e64fe085cf780ea49867ef00c24cc86386aa2 (diff) | |
Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov.
Diffstat (limited to 'contrib/Makefile')
| -rw-r--r-- | contrib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index 442592d58b1..c9e88be82dd 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.33 2002/07/30 16:32:20 momjian Exp $ +# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.34 2002/07/30 16:40:34 momjian Exp $ subdir = contrib top_builddir = .. @@ -20,6 +20,7 @@ WANTED_DIRS = \ intarray \ isbn_issn \ lo \ + ltree \ miscutil \ noupdate \ oid2name \ |
