diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2007-11-23 00:28:25 +0000 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2007-11-23 00:28:25 +0000 |
commit | d3786c0458ef96294c83bef3bb8a8cc55f865000 (patch) | |
tree | 8d84a468c37628f58bc3c5867c0c054c1ad5b999 | |
parent | b974b5f223780f3b1b2e7e1bb1feb4db0489b1e3 (diff) | |
download | postgresql-d3786c0458ef96294c83bef3bb8a8cc55f865000.tar.gz postgresql-d3786c0458ef96294c83bef3bb8a8cc55f865000.zip |
Fix "Overall Page Layout" table. The second row should be ItemIdData, not
ItemPointerData.
-rw-r--r-- | doc/src/sgml/storage.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index 3635370ca3f..10ce066fdf6 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/storage.sgml,v 1.13 2006/11/25 22:55:59 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/storage.sgml,v 1.13.2.1 2007/11/23 00:28:25 ishii Exp $ --> <chapter id="storage"> @@ -396,7 +396,7 @@ free space pointers.</entry> </row> <row> -<entry>ItemPointerData</entry> +<entry>ItemIdData</entry> <entry>Array of (offset,length) pairs pointing to the actual items. 4 bytes per item.</entry> </row> |