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

Add SGML documentation for contrib/spi and contrib/test_parser.

The spi documentation is pretty rudimentary, but it's a start.
This commit is contained in:
Tom Lane
2007-12-03 04:18:47 +00:00
parent 0d4c3855f1
commit 53ae7acbba
4 changed files with 308 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/contrib.sgml,v 1.6 2007/12/02 22:33:20 tgl Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/contrib.sgml,v 1.7 2007/12/03 04:18:47 tgl Exp $ -->
<appendix id="contrib">
<title>Additional Supplied Modules</title>
@@ -103,8 +103,10 @@ psql -d dbname -f <replaceable>SHAREDIR</>/contrib/<replaceable>module</>.sql
&pgstattuple;
&pgtrgm;
&seg;
&contrib-spi;
&sslinfo;
&tablefunc;
&test-parser;
&tsearch2;
&uuid-ossp;
&vacuumlo;