Queue Implementation for/with PostgreSQL

From: Cabbar Duzayak <cabbar(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Queue Implementation for/with PostgreSQL
Date: 2005-11-28 06:28:13
Message-ID: fdf9ad000511272228i403e322fm3c5e749dd692d5ef@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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...

Browse pgsql-general by date

  From Date Subject
Next Message Amit Soni 2005-11-28 08:43:23 how to get size of array in function
Previous Message Devrim GUNDUZ 2005-11-27 22:34:04 Re: Tcl Support in the FC4 rpms at posgresql.org?