</li>
</ol>
-<h2>Included in distribution</h2>
+<h3>Included in distribution</h3>
<p>
These distributions all include PostgreSQL by default. To install
PostgreSQL from these repositories, use the <var>yum</var> command on RHEL 5,6 and 7:
</tbody>
</table>
-<h2>Post-installation</h2>
+<h3>Post-installation</h3>
<p>
Due to policies for Red Hat family distributions, the PostgreSQL installation
will not be enabled for automatic start or have the database initialized
automatically. To make your database installation complete, you need to
perform the following steps, based on your distribution:
-<h3>For RHEL / CentOS / SL / OL 5,6</h3>
+<h4>For RHEL / CentOS / SL / OL 5,6</h4>
<pre class="code">
service postgresql initdb
chkconfig postgresql on
</pre>
-<h3>For RHEL / CentOS / SL / OL 7 or Fedora 27 and later derived distributions:</h3>
+<h4>For RHEL / CentOS / SL / OL 7 or Fedora 27 and later derived distributions:</h4>
<pre class="code">
postgresql-setup initdb
systemctl enable postgresql.service