Queue Implementation for/with PostgreSQL - Mailing list pgsql-general

From Cabbar Duzayak
Subject Queue Implementation for/with PostgreSQL
Date
Msg-id fdf9ad000511272228i403e322fm3c5e749dd692d5ef@mail.gmail.com
Whole thread Raw
List pgsql-general
Hi,

Does Postgres support queues, I mean does it have something like
Oracle's Advanced Queue. If not, can you please recommend an
open-source, light-weight and more importantly RELIABLE point-to-point
queue implementation, built on postgres? Something similar to Oracle's
Advanced Queue? I don't need publish/subscribe or a priority-based
point-to-point queue, just a simple one which provides a reliable way
of enqueuing and dequeuing with LIFO...

Thanks...

pgsql-general by date:

Previous
From: Hill-Managementberatung@t-online.de
Date:
Subject: Usability Question
Next
From: Oliver Elphick
Date:
Subject: Re: Can this pl/pgsql be simplified?