Re: Notify argument?

From: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
To: Jeff Davis <list-pgsql-general(at)dynworks(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Notify argument?
Date: 2002-03-20 05:48:52
Message-ID: 1016603332.1192.65.camel@jiro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Tue, 2002-03-19 at 08:22, Jeff Davis wrote:
> I am curious, why does notify not support a string argument of some kind, to
> pass to the other connections? It seems it would be a little more useful.

You can pass data around using temp tables.

> Is this due to oracle compatibility issues?

Actually, I think that Oracle's implementation of this feature actually
allows for a user-specified string argument.

> Is it too difficult for it's usefulness?

AFAICT it shouldn't be too difficult. However, there is a note in the
TODO list referring to breaking backwards compatability with the
"pgNotify API". Exactly how backwards compatible do we need to be?

Cheers,

Neil

--
Neil Conway <neilconway(at)rogers(dot)com>
PGP Key ID: DB3C29FC

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Christian Cabanero 2002-03-20 06:50:38 Re: SQL Server performing much better?!?!
Previous Message Bob Hartung 2002-03-20 03:24:53 beginner question- -d option with init.d startup

Browse pgsql-hackers by date

  From Date Subject
Next Message Yury Bokhoncovich 2002-03-20 09:06:15 parse_datestyle_internal always return TRUE
Previous Message Tom Lane 2002-03-20 05:27:28 Re: [HACKERS] Fixes gram.y