Re: NOTIFY with tuples

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: NOTIFY with tuples
Дата
Msg-id 27298.1323836479@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: NOTIFY with tuples  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: NOTIFY with tuples  (Thomas Munro <munro@ip9.org>)
Re: NOTIFY with tuples  ("David E. Wheeler" <david@kineticode.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Race condition in HEAD, possibly due to PGPROC splitup
Следующее
От: Greg Smith
Дата:
Сообщение: Re: WIP: URI connection string support for libpq