mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Don't use SGML empty tags
For DocBook XML compatibility, don't use SGML empty tags (</>) anymore, replace by the full tag name. Add a warning option to catch future occurrences. Alexander Lakhin, Jürgen Purtz
This commit is contained in:
@@ -116,7 +116,7 @@ CREATE COLLATION [ IF NOT EXISTS ] <replaceable>name</replaceable> FROM <replace
|
||||
<para>
|
||||
Specifies the provider to use for locale services associated with this
|
||||
collation. Possible values
|
||||
are: <literal>icu</literal>,<indexterm><primary>ICU</></>
|
||||
are: <literal>icu</literal>,<indexterm><primary>ICU</primary></indexterm>
|
||||
<literal>libc</literal>.
|
||||
<literal>libc</literal> is the default.
|
||||
The available choices depend on the operating system and build options.
|
||||
|
Reference in New Issue
Block a user