Queue Implementation for/with PostgreSQL

Поиск
Список
Период
Сортировка
От Cabbar Duzayak
Тема Queue Implementation for/with PostgreSQL
Дата
Msg-id fdf9ad000511272228i403e322fm3c5e749dd692d5ef@mail.gmail.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Hill-Managementberatung@t-online.de
Дата:
Сообщение: Usability Question
Следующее
От: Oliver Elphick
Дата:
Сообщение: Re: Can this pl/pgsql be simplified?