@@ -13386,7 +13386,7 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
1338613386 <row>
1338713387 <entry><literal><function>pg_options_to_table(<parameter>reloptions</parameter>)</function></literal></entry>
1338813388 <entry><type>setof record</type></entry>
13389- <entry>get the set of storage option name/value pairs</></ entry>
13389+ <entry>get the set of storage option name/value pairs</entry>
1339013390 </row>
1339113391 <row>
1339213392 <entry><literal><function>pg_tablespace_databases(<parameter>tablespace_oid</parameter>)</function></literal></entry>
@@ -13484,8 +13484,9 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
1348413484 </para>
1348513485
1348613486 <para>
13487- <function>pg_options_to_table</function> returns the set of storage option
13488- name/value pairs when passed
13487+ <function>pg_options_to_table</function> returns the set of storage
13488+ option name/value pairs
13489+ (<literal>option_name</>/<literal>option_value</>) when passed
1348913490 <structname>pg_class</>.<structfield>reloptions</> or
1349013491 <structname>pg_attribute</>.<structfield>attoptions</>.
1349113492 </para>