mirror of
https://github.com/postgres/postgres.git
synced 2025-04-21 12:05:57 +03:00
Show intarray contrib module in contrib/README and Makefile.
This commit is contained in:
parent
1ced7f3b30
commit
2dbc457ef5
@ -1,4 +1,4 @@
|
|||||||
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.11 2000/12/20 17:22:26 thomas Exp $
|
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.12 2001/01/15 22:20:00 tgl Exp $
|
||||||
|
|
||||||
subdir = contrib
|
subdir = contrib
|
||||||
top_builddir = ..
|
top_builddir = ..
|
||||||
@ -10,6 +10,7 @@ WANTED_DIRS = \
|
|||||||
earthdistance \
|
earthdistance \
|
||||||
findoidjoins \
|
findoidjoins \
|
||||||
fulltextindex \
|
fulltextindex \
|
||||||
|
intarray \
|
||||||
isbn_issn \
|
isbn_issn \
|
||||||
linux \
|
linux \
|
||||||
lo \
|
lo \
|
||||||
|
@ -47,6 +47,11 @@ fulltextindex -
|
|||||||
Full text indexing using triggers
|
Full text indexing using triggers
|
||||||
by Maarten Boekhold <maartenb@dutepp0.et.tudelft.nl>
|
by Maarten Boekhold <maartenb@dutepp0.et.tudelft.nl>
|
||||||
|
|
||||||
|
intarray -
|
||||||
|
Index support for arrays of int4, using GiST
|
||||||
|
by Teodor Sigaev <teodor@stack.net> and Oleg Bartunov
|
||||||
|
<oleg@sai.msu.su>.
|
||||||
|
|
||||||
isbn_issn -
|
isbn_issn -
|
||||||
PostgreSQL type extensions for ISBN (books) and ISSN (serials)
|
PostgreSQL type extensions for ISBN (books) and ISSN (serials)
|
||||||
by Garrett A. Wollman <wollman@khavrinen.lcs.mit.edu>
|
by Garrett A. Wollman <wollman@khavrinen.lcs.mit.edu>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user