pgsql: Add URL for: * Allow multiple identical NOTIFY events to always

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add URL for: * Allow multiple identical NOTIFY events to always
Date: 2008-03-07 18:53:49
Message-ID: 20080307185349.ED5DD753F32@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add URL for:

* Allow multiple identical NOTIFY events to always be communicated to the
client, rather than sent as a single notification to the listener

http://archives.postgresql.org/pgsql-general/2008-01/msg00057.php

Modified Files:
--------------
pgsql/doc:
TODO (r1.2275 -> r1.2276)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2275&r2=1.2276)
pgsql/doc/src/FAQ:
TODO.html (r1.784 -> r1.785)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.784&r2=1.785)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-03-07 19:03:39 pgsql: Add item: > o Store per-table autovacuum settings in
Previous Message Bruce Momjian 2008-03-07 18:13:00 Re: [COMMITTERS] pgsql: Add: > o Add SQLSTATE severity to PGconn return status > >