mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +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:
@@ -92,7 +92,7 @@ DROP TEXT SEARCH PARSER my_parser;
|
||||
</programlisting>
|
||||
|
||||
This command will not succeed if there are any existing text search
|
||||
configurations that use the parser. Add <literal>CASCADE</> to
|
||||
configurations that use the parser. Add <literal>CASCADE</literal> to
|
||||
drop such configurations along with the parser.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
Reference in New Issue
Block a user