Re: Socket communication for contrib

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Socket communication for contrib
Дата
Msg-id 11371.1081177047@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Socket communication for contrib  (Hans-Jürgen Schönig <postgres@cybertec.at>)
Ответы Re: Socket communication for contrib  (Hans-Jürgen Schönig <postgres@cybertec.at>)
Re: Socket communication for contrib  (Paul Tillotson <pntil@shentel.net>)
Список pgsql-hackers
Hans-Jürgen Schönig <postgres@cybertec.at> writes:
> People asked me to put a simple extension for PostgreSQL Open Source.
> The attached package contains a simple functions whichs tells a remote 
> TCP socket that somebody is about to modify a certain table.

Doesn't this encourage violation of the basic notion of a transaction?
The message will be sent immediately, whether or not the sending
transaction actually commits.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Evening in NYC
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Solaris initdb fails: shmmax tweak alternative?