Skip to content
Snippets Groups Projects
Commit 22b36412 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Another man page whitespace fix

parent 93874ce0
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment