Re: "REFERENCES" and UNIQUE

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: "REFERENCES" and UNIQUE
Дата
Msg-id 20060104172902.O89722@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Re: "REFERENCES" and UNIQUE  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Список pgsql-general
On Wed, 4 Jan 2006, Stephan Szabo wrote:

> Which in this case hints that there's a problem with the schema.
>
> What is the final effect you're looking for?  The above does let you

Err, that should be doesn't.

> lookup the DE or FR strings for a city of a member (what if two cities had
> the same EN name but different DE or FR names, how would you decide which
> one it was). If you only wanted to make sure that the city name was in a
> list, then it wouldn't matter if you made it unique.
>
> > Is there a solution for this problem?
>
> The easiest is to write triggers that check for a matching row on insert
> or update to members and make sure that you aren't removing the last match
> on update or deletion of cities. You need to be a little careful to get
> the locking right for concurrent actions on cities and members.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
>                http://archives.postgresql.org
>

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

Предыдущее
От: "Eric Busto"
Дата:
Сообщение: unsubscribe
Следующее
От: elein
Дата:
Сообщение: Re: Question about how an application should store "system"