projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f489470
)
Fix mention of htup.h in pageinspect docs
author
Alvaro Herrera
Mon, 8 Jul 2013 21:11:55 +0000
(17:11 -0400)
committer
Alvaro Herrera
Mon, 8 Jul 2013 21:13:18 +0000
(17:13 -0400)
It's htup_details.h now.
Jeff Janes
doc/src/sgml/pageinspect.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/pageinspect.sgml
b/doc/src/sgml/pageinspect.sgml
index 84477d24a7aecd759e4206b5ece2b392e901436b..f4138558b25c9b25b29c40813ac95904981cf07e 100644
(file)
--- a/
doc/src/sgml/pageinspect.sgml
+++ b/
doc/src/sgml/pageinspect.sgml
@@
-103,7
+103,7
@@
test=# SELECT * FROM page_header(get_raw_page('pg_class', 0));
test=# SELECT * FROM heap_page_items(get_raw_page('pg_class', 0));
See
src/include/storage/itemid.h> and
-
src/include/access/htup.h> for explanations of the fields
+
src/include/access/htup
_details
.h> for explanations of the fields
returned.