mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Another man page whitespace fix
This commit is contained in:
parent
93874ce064
commit
22b36412c7
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user