1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-11 00:12:06 +03:00

Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov.

This commit is contained in:
Bruce Momjian
2002-07-30 16:40:34 +00:00
parent 210e64fe08
commit 1dedbf2da5
22 changed files with 14333 additions and 1 deletions

View File

@@ -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 \