pgplsql and notifications - Mailing list pgsql-general

From Kenéz Attila
Subject pgplsql and notifications
Date
Msg-id HJEIJHMDLOEIIEJNNOOGGENFCIAA.akenez@energo-szoft.hu
Whole thread Raw
Responses Re: pgplsql and notifications  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Hi all,

I would like to implement a function in plpgsql (or sql if it is possible)
that can say me if I had some notification of some listened table. I mean
something like this:

create procedure do_i_have_notifications(text) returns boolean as '
    ...
' language (plpg)sql;

(or:

create procedure received_notifications() returns setof text as '
    ...
' langugae (plpg)sql;
)

Is there a way to do this?

Thanks,

    Attila Kenéz


pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Same data, different results in Postgres vs. FrontBase
Next
From: Devrim GUNDUZ
Date:
Subject: PostgreSQL New RPM Sets for FC/RH