mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +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:
@@ -175,12 +175,10 @@ CREATE [ OR REPLACE ] [ CONSTRAINT ] TRIGGER <replaceable class="parameter">name
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<indexterm>
|
||||
<primary>trigger</primary>
|
||||
<secondary>constraint trigger</secondary>
|
||||
</indexterm>
|
||||
When the <literal>CONSTRAINT</literal> option is specified, this command creates a
|
||||
<firstterm>constraint trigger</firstterm>. This is the same as a regular trigger
|
||||
<firstterm>constraint trigger</firstterm>.<indexterm><primary>trigger</primary>
|
||||
<secondary>constraint trigger</secondary></indexterm>
|
||||
This is the same as a regular trigger
|
||||
except that the timing of the trigger firing can be adjusted using
|
||||
<link linkend="sql-set-constraints"><command>SET CONSTRAINTS</command></link>.
|
||||
Constraint triggers must be <literal>AFTER ROW</literal> triggers on plain
|
||||
|
||||
Reference in New Issue
Block a user