Re: DBMS Queus

From: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
To: aditya desai <admad123(at)gmail(dot)com>
Cc: pgsql-sql <pgsql-sql(at)lists(dot)postgresql(dot)org>
Subject: Re: DBMS Queus
Date: 2021-10-06 15:42:52
Message-ID: 20211006154251.GA2265@depesz.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Wed, Oct 06, 2021 at 06:49:27PM +0530, aditya desai wrote:
> Can someone share a detailed document on how to implement DBMS Queues in
> Postgres. I am new to this concept and was having trouble with
> LISTEN/NOTIFY.

If you're talking about job queues, you can, for example, use pgq:
https://github.com/pgq/pgq

If it's something else, please note that asking "how to do a thing that
was in other database named y" is limiting your chances of getting help.
Instead try using general terms, like "how to do ...".

depesz

In response to

  • DBMS Queus at 2021-10-06 13:19:27 from aditya desai

Browse pgsql-sql by date

  From Date Subject
Next Message hubert depesz lubaczewski 2021-10-06 15:44:44 Re: Create trigger on after logon on schema
Previous Message aditya desai 2021-10-06 15:22:45 Create trigger on after logon on schema