Re: Concurrently updating an updatable view

From: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
To: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Concurrently updating an updatable view
Date: 2007-05-14 08:59:53
Message-ID: 46482509.4020801@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Heikki Linnakangas wrote:
> Hiroshi Inoue wrote:
>> Concurrently updating an updatable view seems to cause
>> an unexpected result. Is it a known issue?
>
> Looks right to me. What did you expect?

Shouldn't the last response
(session-2)
UPDATE 1

be
(seesion-2)
UPDATE 0
?

regards,
Hiroshi Inoue

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message ITAGAKI Takahiro 2007-05-14 09:04:58 Re: Automatic adjustment of bgwriter_lru_maxpages
Previous Message Gevik Babakhani 2007-05-14 08:29:15 Re: uuid type not documented