Re: Database Caching - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Database Caching
Date
Msg-id 8277.1015279523@sss.pgh.pa.us
Whole thread Raw
In response to Re: Database Caching  ("Dann Corbit" <DCorbit@connx.com>)
List pgsql-hackers
"Rod Taylor" <rbt@zort.ca> writes:
> Sorry, NOTIFY -- not NOTICE  (damn keyboard...)
> Right now we're required to do a select against the database
> periodically

Certainly not; I fixed that years ago (I think it was the first
nontrivial thing I ever did with the PostgreSQL code).  You can
execute PQnotifies without any PQexecs, and you can even have your
application sleep waiting for a notify to come in.  See the libpq
docs under the heading of "Asynchronous Notification".
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Rod Taylor"
Date:
Subject: Re: [SQL] Uniqueness of rule, constraint, and trigger names
Next
From: Tom Lane
Date:
Subject: Re: Database Caching