summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2007-11-23 00:42:56 +0000
committerTatsuo Ishii <ishii@postgresql.org>2007-11-23 00:42:56 +0000
commita6b6e71fa65c074affa9f15f97a2edeafe1455b7 (patch)
tree7ba72a1b0b847cf63a6c8f486643b849ac6eb6e1
parent75ffb44e7f57e4a993e387c9727b2e9c9d08269d (diff)
downloadpostgresql-a6b6e71fa65c074affa9f15f97a2edeafe1455b7.tar.gz
Fix "Page Layout" table. The second row should be ItemIdData, not
ItemPointerData.
-rw-r--r--doc/src/sgml/page.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/page.sgml b/doc/src/sgml/page.sgml
index d7096a4bbe..19c4993851 100644
--- a/doc/src/sgml/page.sgml
+++ b/doc/src/sgml/page.sgml
@@ -55,7 +55,7 @@ free space pointers.</entry>
</row>
<row>
-<entry>ItemPointerData</entry>
+<entry>ItemIdData</entry>
<entry>Array of (offset,length) pairs pointing to the actual items.</entry>
</row>