Re: Last modification time

From: Johan Vromans <jvromans(at)squirrel(dot)nl>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Last modification time
Date: 2006-02-11 20:26:57
Message-ID: m264nlsktq.fsf@phoenix.squirrel.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Doug McNaught <doug(at)mcnaught(dot)org> writes:
> Yeah, LISTEN/NOTIFY is definitely a lighter-weight solution--I didn't
> think of that before.

LISTEN/NOTIFY looks like a synchronisation mechanism. You can notify a
subscriber that something happened. But in my case, the report
generating program runs only occasionally and will not be permanently
running subscribed. I'm not sure how to use LISTEN/NOTIFY for that.

-- Johan

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Fetter 2006-02-11 20:56:36 Each foo must have a bar
Previous Message Stephen Frost 2006-02-11 19:37:51 Re: "psql -At -F" export column from table to .csv