]> granicus.if.org Git - postgresql/commit
Fix documentation oversights about pageinspect and initialization fork.
authorFujii Masao <fujii@postgresql.org>
Mon, 11 Aug 2014 13:52:16 +0000 (22:52 +0900)
committerFujii Masao <fujii@postgresql.org>
Mon, 11 Aug 2014 13:53:13 +0000 (22:53 +0900)
commitb8eaa7b2a67c9f9f6730376056903feb3da58293
treec3b0c275989ca0e5b01c7db295e0d2f775bdb0a3
parent83412c7b9f2e7d159e2eebaf4da3272a603c2595
Fix documentation oversights about pageinspect and initialization fork.

The initialization fork was added in 9.1, but has not been taken into
consideration in documents of get_raw_page function in pageinspect and
storage layout. This commit fixes those oversights.

get_raw_page can read not only a table but also an index, etc. So it
should be documented that the function can read any relation. This commit
also fixes the document of pageinspect that way.

Back-patch to 9.1 where those oversights existed.

Vik Fearing, review by MauMau
doc/src/sgml/pageinspect.sgml
doc/src/sgml/storage.sgml