From: Robert Haas Date: Mon, 27 Jun 2016 21:54:28 +0000 (-0400) Subject: Fix mistakes in pg_visibility documentation. X-Git-Tag: REL9_6_BETA3~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=957616dbaef0e7f182e6260483bca79a38ae247f;p=postgresql Fix mistakes in pg_visibility documentation. Michael Paquier --- diff --git a/doc/src/sgml/pgvisibility.sgml b/doc/src/sgml/pgvisibility.sgml index 44e83de728..d764eff9a0 100644 --- a/doc/src/sgml/pgvisibility.sgml +++ b/doc/src/sgml/pgvisibility.sgml @@ -59,13 +59,13 @@ Returns the all-visible and all-frozen bits in the visibility map for the given block of the given relation, plus the - PD_ALL_VISIBILE bit for that block. + PD_ALL_VISIBLE bit for that block. - pg_visibility_map(regclass, blkno OUT bigint, all_visible OUT boolean, all_frozen OUT boolean) returns record + pg_visibility_map(regclass, blkno OUT bigint, all_visible OUT boolean, all_frozen OUT boolean) returns setof record Returns the all-visible and all-frozen bits in the visibility map for @@ -75,7 +75,7 @@ - pg_visibility(regclass, blkno OUT bigint, all_visible OUT boolean, all_frozen OUT boolean, pd_all_visible OUT boolean) returns record + pg_visibility(regclass, blkno OUT bigint, all_visible OUT boolean, all_frozen OUT boolean, pd_all_visible OUT boolean) returns setof record