Re: client that supports editing views

Поиск
Список
Период
Сортировка
От Richard Broersma
Тема Re: client that supports editing views
Дата
Msg-id CABvLTWGBcUVX9Sn0Ot7Pc1ncxkPVob2UzpKRrG20ZV6rRsuaoA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: client that supports editing views  (Adrian Klaver <adrian.klaver@gmail.com>)
Список pgsql-general


On Mon, Dec 9, 2013 at 7:16 AM, Adrian Klaver <adrian.klaver@gmail.com> wrote:
 
Is there a timestamp field in the view? This sounds like an issue Access has with timestamp precision, where if you supply a timestamp that is too precise it has problems. See here for more detail:

Updateable view can be a challenge due to MS-Access Optimistic Locking checks.  First, for each row updated by Access, MS-Access checks that each field is the same returning as what it issued - Any changes with throw a roll-back.  Next if the count of record changes does not match the count that that Access expects, it will roll-back the changes.
 

--
Regards,
Richard Broersma Jr.

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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: postgresql.org inconsistent (Re: PG replication across DataCenters)
Следующее
От: Kevin Grittner
Дата:
Сообщение: Re: Question about optimizing access to a table.