mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Minor documentation improvements and markup fixes.
This commit is contained in:
@@ -73,6 +73,9 @@ Acknowledgement that notify command has executed.
|
||||
</PARA>
|
||||
</LISTITEM>
|
||||
</VARLISTENTRY>
|
||||
</variablelist>
|
||||
</LISTITEM>
|
||||
</VARLISTENTRY>
|
||||
<VARLISTENTRY>
|
||||
<TERM>
|
||||
Notify events
|
||||
@@ -84,9 +87,6 @@ application reacts depends on its programming.
|
||||
</PARA>
|
||||
</LISTITEM>
|
||||
</VARLISTENTRY>
|
||||
</variablelist>
|
||||
</LISTITEM>
|
||||
</VARLISTENTRY>
|
||||
</VARIABLELIST>
|
||||
</REFSECT2>
|
||||
</REFSYNOPSISDIV>
|
||||
|
||||
@@ -104,7 +104,7 @@ The backend does not complain if you UNLISTEN something you were not
|
||||
listening for.
|
||||
|
||||
<para>
|
||||
Each backend will automatically execute <command>UNLISTEN "*"</command> when
|
||||
Each backend will automatically execute <command>UNLISTEN *</command> when
|
||||
exiting.
|
||||
|
||||
<para>
|
||||
|
||||
Reference in New Issue
Block a user