Re: Abusing Postgres in fun ways.

From: tv(at)fuzzy(dot)cz
To: "bubba postgres" <bubba(dot)postgres(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Abusing Postgres in fun ways.
Date: 2010-12-08 10:58:57
Message-ID: 11e078c9ad5ba80edbd5465e81211297.squirrel@sq.gransy.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I'm creating a data queue on top of postgres and I'm wondering if I've
> made
> an incorrect assumption about isolation or synchronization or some similar
> issue.

Is there a particular reason why you are not using any of the proven
queuing packages (pgq for example)? Because all the issues seem pretty
general to me, and are solved in those packages.

Tomas

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dmitriy Igrishin 2010-12-08 11:55:05 OID of type by name.
Previous Message Manasi Save 2010-12-08 10:05:26 Fwd: [ADMIN] Create database/table using postgresql stored function