mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Remove extra comma
Author: Christoph Berg <myon@debian.org>
This commit is contained in:
parent
8cdce0a455
commit
e2e441c763
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ test=# SELECT tuple_data_split('pg_class'::regclass, t_data, t_infomask, t_infom
|
|||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<function>heap_page_item_attrs(page bytea, rel_oid regclass, [, do_detoast bool]) returns setof record</function>
|
||||
<function>heap_page_item_attrs(page bytea, rel_oid regclass [, do_detoast bool]) returns setof record</function>
|
||||
<indexterm>
|
||||
<primary>heap_page_item_attrs</primary>
|
||||
</indexterm>
|
||||
|
|
|
|||
Loading…
Reference in a new issue