mirror of
https://github.com/postgres/postgres.git
synced 2026-04-29 10:11:47 -04:00
Another man page whitespace fix
This commit is contained in:
parent
93874ce064
commit
22b36412c7
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Reference in a new issue