Search Postgresql Archives

Re: Building a notification system.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



So just maintaining a notification table along with user id would do I believe. Just notifies the user if he/she has the userid in notification table and its not in read state. 

On Sun, Jul 15, 2018 at 10:23 PM, David G. Johnston <david.g.johnston@xxxxxxxxx> wrote:
On Sunday, July 15, 2018, David G. Johnston <david.g.johnston@xxxxxxxxx> wrote:
On Sunday, July 15, 2018, Anto Aravinth <anto.aravinth.cse@xxxxxxxxx> wrote:

I'm not sure, how to get started with this. Read about NOTIFY: https://www.postgresql.org/docs/current/static/sql-notify.html


Not sure that fits my use case, thanks for your help in this.


It doesn't.  You need to record time stamps for the relevant events and use them to decide what is new and what is old.

Or, to avoid time skew issues, an equivalent protocol using serial (big)integers (see create sequence)

David J.
 


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux