diff options
author | Teodor Sigaev <teodor@sigaev.ru> | 2006-09-21 15:03:53 +0000 |
---|---|---|
committer | Teodor Sigaev <teodor@sigaev.ru> | 2006-09-21 15:03:53 +0000 |
commit | 823ffd88e3b4fcf9430eef23e9ab9388ca937a6d (patch) | |
tree | 8c4dd086d22c68dcb284a3dff9638d87d684d66d | |
parent | 8ad3afee1aadb5aef430f67a5db946b1cffe83fd (diff) | |
download | postgresql-823ffd88e3b4fcf9430eef23e9ab9388ca937a6d.tar.gz postgresql-823ffd88e3b4fcf9430eef23e9ab9388ca937a6d.zip |
Fix table's caption
-rw-r--r-- | doc/src/sgml/xindex.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/xindex.sgml b/doc/src/sgml/xindex.sgml index eda2aa5ca2b..176958d9ee3 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.49 2006/09/18 12:11:36 teodor Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/xindex.sgml,v 1.50 2006/09/21 15:03:53 teodor Exp $ --> <sect1 id="xindex"> <title>Interfacing Extensions To Indexes</title> @@ -251,7 +251,7 @@ </para> <table tocentry="1" id="xindex-gin-array-strat-table"> - <title>GiST Two-Dimensional <quote>R-tree</> Strategies</title> + <title>GIN Array's Strategies</title> <tgroup cols="2"> <thead> <row> |