Re: Concurrency

From: Richard Broersma <richard(dot)broersma(at)gmail(dot)com>
To: Mladen Gogala <mladen(dot)gogala(at)vmsinfo(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Concurrency
Date: 2010-10-12 21:07:25
Message-ID: AANLkTi=sfAxqqTq6DG_Qkn3pbSiTSJop44BTikn499P1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Tue, Oct 12, 2010 at 1:59 PM, Mladen Gogala
<mladen(dot)gogala(at)vmsinfo(dot)com> wrote:

> Also, there is no DBMS_OUTPUT, I have to use RAISE
> NOTICE, which feels strange but does the trick.

I don't know much about Oracle or DBMS_OUTPUT, but would the LISTEN
and NOTIFY mechanism not work for this?

http://www.postgresql.org/docs/9.0/interactive/sql-listen.html
http://www.postgresql.org/docs/9.0/interactive/sql-notify.html

--
Regards,
Richard Broersma Jr.

Visit the Los Angeles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Jason Tan Boon Teck 2010-10-13 04:03:22 Running on multiple core server
Previous Message Mladen Gogala 2010-10-12 20:59:37 Re: Concurrency