From: Robert Haas Date: Wed, 8 Jun 2016 12:37:06 +0000 (-0400) Subject: Fix typo. X-Git-Tag: REL9_6_BETA2~77 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f721e94b5f360391fc3ffe183bf697a0441e9184;p=thirdparty%2Fpostgresql.git Fix typo. Amit Langote --- diff --git a/doc/src/sgml/pgvisibility.sgml b/doc/src/sgml/pgvisibility.sgml index cdd6a6fc1e9..48b003d1516 100644 --- a/doc/src/sgml/pgvisibility.sgml +++ b/doc/src/sgml/pgvisibility.sgml @@ -29,7 +29,7 @@ - Functions which display information about PG_ALL_VISIBLE + Functions which display information about 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.