Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
5f78d6cb
Commit
5f78d6cb
authored
Sep 15, 2003
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LISTEN doesn't issue a warning for redundant listens anymore. Also,
add some 'See Also' links.
parent
72ed916a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
5 deletions
+31
-5
doc/src/sgml/ref/listen.sgml
doc/src/sgml/ref/listen.sgml
+11
-3
doc/src/sgml/ref/notify.sgml
doc/src/sgml/ref/notify.sgml
+10
-1
doc/src/sgml/ref/unlisten.sgml
doc/src/sgml/ref/unlisten.sgml
+10
-1
No files found.
doc/src/sgml/ref/listen.sgml
View file @
5f78d6cb
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/listen.sgml,v 1.
19 2003/09/12 23:04:46
tgl Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/listen.sgml,v 1.
20 2003/09/15 03:21:51
tgl Exp $
PostgreSQL documentation
-->
...
...
@@ -32,8 +32,7 @@ LISTEN <replaceable class="PARAMETER">name</replaceable>
listener on the notification condition <replaceable
class="PARAMETER">name</replaceable>.
If the current session is already registered as a listener for
this notification condition, a warning message appears and nothing
is done.
this notification condition, nothing is done.
</para>
<para>
...
...
@@ -111,6 +110,15 @@ Asynchronous notification "virtual" received from server process with PID 8448.
standard.
</para>
</refsect1>
<refsect1>
<title>See Also</title>
<simplelist type="inline">
<member><xref linkend="sql-notify" endterm="sql-notify-title"></member>
<member><xref linkend="sql-unlisten" endterm="sql-unlisten-title"></member>
</simplelist>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
...
...
doc/src/sgml/ref/notify.sgml
View file @
5f78d6cb
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/notify.sgml,v 1.2
3 2003/09/12 23:04:46
tgl Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/notify.sgml,v 1.2
4 2003/09/15 03:21:51
tgl Exp $
PostgreSQL documentation
-->
...
...
@@ -156,6 +156,15 @@ Asynchronous notification "virtual" received from server process with PID 8448.
standard.
</para>
</refsect1>
<refsect1>
<title>See Also</title>
<simplelist type="inline">
<member><xref linkend="sql-listen" endterm="sql-listen-title"></member>
<member><xref linkend="sql-unlisten" endterm="sql-unlisten-title"></member>
</simplelist>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
...
...
doc/src/sgml/ref/unlisten.sgml
View file @
5f78d6cb
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/unlisten.sgml,v 1.2
4 2003/09/12 23:04:46
tgl Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/unlisten.sgml,v 1.2
5 2003/09/15 03:21:51
tgl Exp $
PostgreSQL documentation
-->
...
...
@@ -116,6 +116,15 @@ NOTIFY virtual;
There is no <command>UNLISTEN</command> command in the SQL standard.
</para>
</refsect1>
<refsect1>
<title>See Also</title>
<simplelist type="inline">
<member><xref linkend="sql-listen" endterm="sql-listen-title"></member>
<member><xref linkend="sql-notify" endterm="sql-notify-title"></member>
</simplelist>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment