From: Tatsuo Ishii Date: Fri, 23 Nov 2007 00:39:59 +0000 (+0000) Subject: Fix "Page Layout" table. The second row should be ItemIdData, not X-Git-Tag: REL7_4_19~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e7d9e5c50d9569c31b45f4d00affc1131b70b95;p=postgresql Fix "Page Layout" table. The second row should be ItemIdData, not ItemPointerData. --- diff --git a/doc/src/sgml/page.sgml b/doc/src/sgml/page.sgml index 03c81f76ba..633406f89c 100644 --- a/doc/src/sgml/page.sgml +++ b/doc/src/sgml/page.sgml @@ -1,5 +1,5 @@ @@ -59,7 +59,7 @@ free space pointers. -ItemPointerData +ItemIdData Array of (offset,length) pairs pointing to the actual items.