Re: notification: pg_notify ?

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Neil Conway" <nconway(at)klamath(dot)dyndns(dot)org>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: notification: pg_notify ?
Date: 2002-03-22 04:41:19
Message-ID: GNELIHDDFBOCMGBFGEFOEENGCBAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > Exactly what semantics do you have in mind?
>
> The current syntax I'm using is:
>
> NOTIFY condition_name [ [WITH MESSAGE] 'my message' ];
>
> But I'm open to suggestions for improvement.

Have you considered visiting the oracle site and finding their documentation
for their NOTIFY statement and making sure you're using compatible syntax?
They might have extra stuff as well.

Chris

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gavin Sherry 2002-03-22 04:42:48 Re: Again, sorry, caching, (Tom What do you think: function
Previous Message Tom Lane 2002-03-22 04:40:26 Re: notification: pg_notify ?