mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Avoid extra whitespace in the arguments of <indexterm>.
As noted by Thom Brown, this confuses the DocBook index processor; it fails to merge entries that differ only in whitespace, and sorts them unexpectedly as well. Seems like a toolchain bug, but I'm not going to hold my breath waiting for a fix. Note: easiest way to find these is to look for double spaces in HTML.index.
This commit is contained in:
@@ -242,9 +242,12 @@
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<indexterm>
|
||||
<primary>trigger</>
|
||||
<secondary>arguments for trigger functions</>
|
||||
</indexterm>
|
||||
When a trigger is being defined, arguments can be specified for
|
||||
it.<indexterm><primary>trigger</><secondary>arguments for trigger
|
||||
functions</></indexterm> The purpose of including arguments in the
|
||||
it. The purpose of including arguments in the
|
||||
trigger definition is to allow different triggers with similar
|
||||
requirements to call the same function. As an example, there
|
||||
could be a generalized trigger function that takes as its
|
||||
|
Reference in New Issue
Block a user