Re: NOTIFY with tuples - Mailing list pgsql-hackers

From Tom Lane
Subject Re: NOTIFY with tuples
Date
Msg-id 27298.1323836479@sss.pgh.pa.us
Whole thread Raw
In response to Re: NOTIFY with tuples  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: NOTIFY with tuples  (Thomas Munro <munro@ip9.org>)
Re: NOTIFY with tuples  ("David E. Wheeler" <david@kineticode.com>)
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Tue, Dec 13, 2011 at 6:30 PM, Thomas Munro <munro@ip9.org> wrote:
>> I imagine a very simple system like this, somehow built on top of
>> the existing NOTIFY infrastructure:

> I'm not sure whether we'd want something like this in core, so for a
> first go-around, you might want to consider building it as an
> extension. ...  I'm not sure you
> need NOTIFY for anything anywhere in here.

Actually, what I'd suggest is just some code to serialize and
deserialize tuples and transmit 'em via the existing NOTIFY payload
facility.  I agree that presenting it as some functions would be a lot
less work than inventing bespoke syntax, but what you sketched still
involves writing a lot of communications infrastructure from scratch,
and I'm not sure it's worth doing that.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Race condition in HEAD, possibly due to PGPROC splitup
Next
From: Greg Smith
Date:
Subject: Re: WIP: URI connection string support for libpq