@@ -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 option name/value pairs from <structname>pg_class</>.<structfield>reloptions </></entry>
13389+ <entry>get the set ofstorage option name/value pairs</></entry>
1339013390 </row>
1339113391 <row>
1339213392 <entry><literal><function>pg_tablespace_databases(<parameter>tablespace_oid</parameter>)</function></literal></entry>
@@ -13484,9 +13484,10 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
1348413484 </para>
1348513485
1348613486 <para>
13487- <function>pg_options_to_table</function> returns the set of option
13487+ <function>pg_options_to_table</function> returns the set ofstorage option
1348813488 name/value pairs when passed
13489- <structname>pg_class</>.<structfield>reloptions</>.
13489+ <structname>pg_class</>.<structfield>reloptions</> or
13490+ <structname>pg_attribute</>.<structfield>attoptions</>.
1349013491 </para>
1349113492
1349213493 <para>