Re: [SOLVED] Rules in views, how to?

Поиск
Список
Период
Сортировка
От Sam Mason
Тема Re: [SOLVED] Rules in views, how to?
Дата
Msg-id 20100706114608.GR7584@samason.me.uk
обсуждение исходный текст
Ответ на Re: [SOLVED] Rules in views, how to?  (Andre Lopes <lopes80andre@gmail.com>)
Ответы Re: [SOLVED] Rules in views, how to?  (Andre Lopes <lopes80andre@gmail.com>)
Список pgsql-general
On Tue, Jul 06, 2010 at 12:28:35PM +0100, Andre Lopes wrote:
> Ok, I have done the UPDATE RULE like this and works!

> where
> (id = OLD.id or username = OLD.username or email = OLD.email)

I'm pretty sure you just want to be using the id column above.  Using an
OR expression as you're doing could have some strange side effects.

You may also want to consider a UNIQUE constraint on the username (and
maybe email) fields as well, especially as you've said they should be
able to be used to uniquely determine a user.

--
  Sam  http://samason.me.uk/

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

Предыдущее
От: Andre Lopes
Дата:
Сообщение: Re: [SOLVED] Rules in views, how to?
Следующее
От: Andre Lopes
Дата:
Сообщение: Re: [SOLVED] Rules in views, how to?