projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14a254f
)
Fix typo.
author
Robert Haas
<rhaas@postgresql.org>
Wed, 8 Jun 2016 12:37:06 +0000
(08:37 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Wed, 8 Jun 2016 12:37:06 +0000
(08:37 -0400)
Amit Langote
doc/src/sgml/pgvisibility.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/pgvisibility.sgml
b/doc/src/sgml/pgvisibility.sgml
index cdd6a6fc1e9d4361191228e4f252b82cf3141410..48b003d15162d2d631fc22d0008e5ba65b6cda25 100644
(file)
--- a/
doc/src/sgml/pgvisibility.sgml
+++ b/
doc/src/sgml/pgvisibility.sgml
@@
-29,7
+29,7
@@
</para>
<para>
- Functions which display information about <literal>P
G
_ALL_VISIBLE</>
+ Functions which display information about <literal>P
D
_ALL_VISIBLE</>
are much more costly than those which only consult the visibility map,
because they must read the relation's data blocks rather than only the
(much smaller) visibility map.