1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Add btree_gin contrib module.

Teodor Sigaev and Oleg Bartunov
This commit is contained in:
Tom Lane
2009-03-25 23:20:01 +00:00
parent 87b8db3774
commit 9151e1bb06
57 changed files with 2781 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/contrib.sgml,v 1.11 2009/01/04 22:19:59 tgl Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/contrib.sgml,v 1.12 2009/03/25 23:20:01 tgl Exp $ -->
<appendix id="contrib">
<title>Additional Supplied Modules</title>
@@ -80,6 +80,7 @@ psql -d dbname -f <replaceable>SHAREDIR</>/contrib/<replaceable>module</>.sql
&adminpack;
&auto-explain;
&btree-gin;
&btree-gist;
&chkpass;
&citext;