mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +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:
@ -189,9 +189,13 @@ UPDATE "my_table" SET "a" = 5;
|
||||
ampersands. The length limitation still applies.
|
||||
</para>
|
||||
|
||||
<indexterm>
|
||||
<primary>Unicode escape</primary>
|
||||
<secondary>in identifiers</secondary>
|
||||
</indexterm>
|
||||
|
||||
<para>
|
||||
<indexterm><primary>Unicode escape</primary><secondary>in
|
||||
identifiers</secondary></indexterm> A variant of quoted
|
||||
A variant of quoted
|
||||
identifiers allows including escaped Unicode characters identified
|
||||
by their code points. This variant starts
|
||||
with <literal>U&</literal> (upper or lower case U followed by
|
||||
|
Reference in New Issue
Block a user