Whitespace between tags is significant, and in some cases it creates
extra vertical space in man pages. The fix is to remove some newlines
in the markup.
<phrase>where <replaceable class="parameter">option</replaceable> can be one of:</phrase>
VERBOSE [ <replaceable class="parameter">boolean</replaceable> ]
-
</synopsis>
</refsynopsisdiv>
<programlisting>
SET search_path = addons;
CREATE EXTENSION hstore;
-</programlisting>
- </para>
+</programlisting></para>
</refsect1>
<refsect1>
and call like this:
<programlisting>
CALL insert_data(1, 2);
-</programlisting>
- </para>
+</programlisting></para>
</refsect1>
<refsect1 id="sql-createprocedure-compat">