Another man page whitespace fix

This commit is contained in:
Peter Eisentraut 2013-06-01 22:22:02 -04:00
parent 93874ce064
commit 22b36412c7
1 changed files with 1 additions and 2 deletions

View File

@ -1639,8 +1639,7 @@ FROM manufacturers m, LATERAL get_product_names(m.id) pname;
<programlisting>
SELECT m.name AS mname, pname
FROM manufacturers m LEFT JOIN LATERAL get_product_names(m.id) pname ON true;
</programlisting>
</para>
</programlisting></para>
</refsect1>
<refsect1>