mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
doc: Fix man page whitespace issues
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.
This commit is contained in:
@@ -194,8 +194,7 @@ DROP PROCEDURE do_db_maintenance(text, text); -- potentially ambiguous
|
||||
However, the last example would be ambiguous if there is also, say,
|
||||
<programlisting>
|
||||
CREATE PROCEDURE do_db_maintenance(IN target_schema text, IN options text) ...
|
||||
</programlisting>
|
||||
</para>
|
||||
</programlisting></para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 id="sql-dropprocedure-compatibility">
|
||||
|
Reference in New Issue
Block a user