Re: feature request for Postgresql Rule system.
От | Peter Eisentraut |
---|---|
Тема | Re: feature request for Postgresql Rule system. |
Дата | |
Msg-id | 200612182304.20752.peter_e@gmx.net обсуждение исходный текст |
Ответ на | Re: feature request for Postgresql Rule system. (Richard Broersma Jr <rabroersma@yahoo.com>) |
Ответы |
Re: feature request for Postgresql Rule system.
Re: feature request for Postgresql Rule system. |
Список | pgsql-general |
Richard Broersma Jr wrote: > postgres=# update vwife > set name = 'Katheryn', > dresssize = 12 > where (id,name,dresssize)=(2,'katie',11); > UPDATE 0 > > postgres=# select * from vwife; > id | name | dresssize > ----+----------+----------- > 3 | dodie | 13 > 4 | heather | 10 > 2 | Katheryn | 11 > ^^^^^^^^ <-- update 0 is false None of A, C, I, or D say that you need to report a truthful update count. The fact that the update count is wrong with updatable views is a known deficiency. -- Peter Eisentraut http://developer.postgresql.org/~petere/
В списке pgsql-general по дате отправления: