Fix typo.

Amit Langote
This commit is contained in:
Robert Haas 2016-06-08 08:37:06 -04:00
parent 14a254fb52
commit f721e94b5f
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
</para>
<para>
Functions which display information about <literal>PG_ALL_VISIBLE</>
Functions which display information about <literal>PD_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.