|
59 | 59 | <para>
|
60 | 60 | Returns the all-visible and all-frozen bits in the visibility map for
|
61 | 61 | 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. |
63 | 63 | </para>
|
64 | 64 | </listitem>
|
65 | 65 | </varlistentry>
|
66 | 66 |
|
67 | 67 | <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> |
69 | 69 | <listitem>
|
70 | 70 | <para>
|
71 | 71 | Returns the all-visible and all-frozen bits in the visibility map for
|
|
75 | 75 | </varlistentry>
|
76 | 76 |
|
77 | 77 | <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> |
79 | 79 |
|
80 | 80 | <listitem>
|
81 | 81 | <para>
|
|