]> granicus.if.org Git - postgresql/commitdiff
Fix mistakes in pg_visibility documentation.
authorRobert Haas <rhaas@postgresql.org>
Mon, 27 Jun 2016 21:54:28 +0000 (17:54 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 27 Jun 2016 21:55:03 +0000 (17:55 -0400)
Michael Paquier

doc/src/sgml/pgvisibility.sgml

index 44e83de7289daa598d1ec09bd832e512ec651fd6..d764eff9a01de89242ee1154f4f1732d3cd52e3b 100644 (file)
      <para>
       Returns the all-visible and all-frozen bits in the visibility map for
       the given block of the given relation, plus the
-      <literal>PD_ALL_VISIBILE</> bit for that block.
+      <literal>PD_ALL_VISIBLE</> bit for that block.
      </para>
     </listitem>
    </varlistentry>
 
    <varlistentry>
-    <term><function>pg_visibility_map(regclass, blkno OUT bigint, all_visible OUT boolean, all_frozen OUT boolean) returns record</function></term>
+    <term><function>pg_visibility_map(regclass, blkno OUT bigint, all_visible OUT boolean, all_frozen OUT boolean) returns setof record</function></term>
     <listitem>
      <para>
       Returns the all-visible and all-frozen bits in the visibility map for
@@ -75,7 +75,7 @@
    </varlistentry>
 
    <varlistentry>
-    <term><function>pg_visibility(regclass, blkno OUT bigint, all_visible OUT boolean, all_frozen OUT boolean, pd_all_visible OUT boolean) returns record</function></term>
+    <term><function>pg_visibility(regclass, blkno OUT bigint, all_visible OUT boolean, all_frozen OUT boolean, pd_all_visible OUT boolean) returns setof record</function></term>
 
     <listitem>
      <para>