Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 957616d

Browse files
committed
Fix mistakes in pg_visibility documentation.
Michael Paquier
1 parent 874fe3a commit 957616d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/pgvisibility.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
<para>
6060
Returns the all-visible and all-frozen bits in the visibility map for
6161
the given block of the given relation, plus the
62-
<literal>PD_ALL_VISIBILE</> bit for that block.
62+
<literal>PD_ALL_VISIBLE</> bit for that block.
6363
</para>
6464
</listitem>
6565
</varlistentry>
6666

6767
<varlistentry>
68-
<term><function>pg_visibility_map(regclass, blkno OUT bigint, all_visible OUT boolean, all_frozen OUT boolean) returns record</function></term>
68+
<term><function>pg_visibility_map(regclass, blkno OUT bigint, all_visible OUT boolean, all_frozen OUT boolean) returns setof record</function></term>
6969
<listitem>
7070
<para>
7171
Returns the all-visible and all-frozen bits in the visibility map for
@@ -75,7 +75,7 @@
7575
</varlistentry>
7676

7777
<varlistentry>
78-
<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>
78+
<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>
7979

8080
<listitem>
8181
<para>

0 commit comments

Comments
 (0)