diff options
| author | Teodor Sigaev <teodor@sigaev.ru> | 2006-09-05 18:00:58 +0000 |
|---|---|---|
| committer | Teodor Sigaev <teodor@sigaev.ru> | 2006-09-05 18:00:58 +0000 |
| commit | 642194ba0cdc0aada9c99bf7712fcae5f3ac86d1 (patch) | |
| tree | b6f1ca4d2ab6500d0fa5581278fd94be283063d6 /contrib/Makefile | |
| parent | af7d257e21aae3d75c46977482309b658b3a29d7 (diff) | |
| download | postgresql-642194ba0cdc0aada9c99bf7712fcae5f3ac86d1.tar.gz | |
Add hstore contrib module.
Per discussion
http://archives.postgresql.org/pgsql-hackers/2006-08/msg01409.php
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 e1d2054cf3..acfdd1fda0 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/contrib/Makefile,v 1.68 2006/09/05 17:20:26 tgl Exp $ +# $PostgreSQL: pgsql/contrib/Makefile,v 1.69 2006/09/05 18:00:57 teodor Exp $ subdir = contrib top_builddir = .. @@ -12,6 +12,7 @@ WANTED_DIRS = \ dblink \ earthdistance \ fuzzystrmatch \ + hstore \ intagg \ intarray \ isbn_issn \ |
