mirror of
https://github.com/postgres/postgres.git
synced 2025-10-21 02:52:47 +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:
@@ -8,13 +8,13 @@
|
||||
</indexterm>
|
||||
|
||||
<para>
|
||||
<filename>test_decoding</> is an example of a logical decoding
|
||||
<filename>test_decoding</filename> is an example of a logical decoding
|
||||
output plugin. It doesn't do anything especially useful, but can serve as
|
||||
a starting point for developing your own decoder.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<filename>test_decoding</> receives WAL through the logical decoding
|
||||
<filename>test_decoding</filename> receives WAL through the logical decoding
|
||||
mechanism and decodes it into text representations of the operations
|
||||
performed.
|
||||
</para>
|
||||
|
Reference in New Issue
Block a user