Re: Database Caching

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Database Caching
Дата
Msg-id 8277.1015279523@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Database Caching  ("Dann Corbit" <DCorbit@connx.com>)
Список 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 по дате отправления:

Предыдущее
От: "Rod Taylor"
Дата:
Сообщение: Re: [SQL] Uniqueness of rule, constraint, and trigger names
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Database Caching