Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit957616d

Browse files
committed
Fix mistakes in pg_visibility documentation.
Michael Paquier
1 parent874fe3a commit957616d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/pgvisibility.sgml

Lines changed: 3 additions & 3 deletions
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) returnssetofrecord</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) returnssetofrecord</function></term>
7979

8080
<listitem>
8181
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp