2121 Note that the definition of the
2222 <link linkend="catalog-pg-statistic"><structname>pg_statistic</structname></link>
2323 table might change occasionally, which means that generated dump might be incompatible
24- with future releases of PostgreSQL.
24+ with future releases of<productname> PostgreSQL</productname> .
2525 </para>
2626
2727 <sect2>
@@ -279,7 +279,8 @@ test=# SELECT anyarray_elemtype(array_in('{1,2,3}', 'int'::regtype, -1));
279279 <function>to_namespace</function> duplicates the behavior of
280280 the cast to the
281281 <link linkend="datatype-oid"><structname>regnamespace</structname></link>
282- type, which is not present in the 9.4 release (and prior releases).
282+ type, which is not present in the
283+ <productname>PostgreSQL</productname> 9.4 release (and prior releases).
283284 This function returns the <literal>oid</> of the given schema.
284285 </para>
285286 </listitem>
@@ -301,4 +302,5 @@ test=# SELECT anyarray_elemtype(array_in('{1,2,3}', 'int'::regtype, -1));
301302 </listitem>
302303 </varlistentry>
303304 </variablelist>
305+ </sect2>
304306</sect1>