diff options
author | Robert Haas <rhaas@postgresql.org> | 2016-06-08 08:37:06 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2016-06-08 08:37:06 -0400 |
commit | f721e94b5f360391fc3ffe183bf697a0441e9184 (patch) | |
tree | b76760f3b41e7733ed52b81949517006d694fb4f | |
parent | 14a254fb52423c57059851abafbd1247261f7f03 (diff) | |
download | postgresql-f721e94b5f360391fc3ffe183bf697a0441e9184.tar.gz postgresql-f721e94b5f360391fc3ffe183bf697a0441e9184.zip |
Fix typo.
Amit Langote
-rw-r--r-- | doc/src/sgml/pgvisibility.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ </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. |