diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/gin.sgml | 4 | ||||
-rw-r--r-- | doc/src/sgml/postgres.sgml | 3 | ||||
-rw-r--r-- | doc/src/sgml/xindex.sgml | 3 |
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/gin.sgml b/doc/src/sgml/gin.sgml index e261b0de6eb..397acce4a9a 100644 --- a/doc/src/sgml/gin.sgml +++ b/doc/src/sgml/gin.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/gin.sgml,v 2.1 2006/09/14 11:16:27 teodor Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/gin.sgml,v 2.2 2006/09/14 13:40:28 teodor Exp $ --> <chapter id="GIN"> <title>GIN Indexes</title> @@ -174,7 +174,7 @@ </para> </listitem> </varlistentry> - <variablelist> + </variablelist> </sect1> diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index 9fd4eb60d65..9ef86f403f7 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/postgres.sgml,v 1.77 2006/03/10 19:10:48 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/postgres.sgml,v 1.78 2006/09/14 13:40:28 teodor Exp $ --> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [ @@ -236,6 +236,7 @@ &geqo; &indexam; &gist; + &gin; &storage; &bki; &planstats; diff --git a/doc/src/sgml/xindex.sgml b/doc/src/sgml/xindex.sgml index 3d4ef9e2bdb..2cc3c7e4fbd 100644 --- a/doc/src/sgml/xindex.sgml +++ b/doc/src/sgml/xindex.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/xindex.sgml,v 1.46 2006/09/14 11:16:27 teodor Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/xindex.sgml,v 1.47 2006/09/14 13:40:28 teodor Exp $ --> <sect1 id="xindex"> <title>Interfacing Extensions To Indexes</title> @@ -460,7 +460,6 @@ query</entry> <entry>4</entry> </row> - </row> </tbody> </tgroup> </table> |