Re: Database design question: ugliness or referential integrity?

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема Re: Database design question: ugliness or referential integrity?
Дата
Msg-id BAY8-F46MTomAoCCCfK0004fef2@hotmail.com
обсуждение исходный текст
Ответ на Database design question: ugliness or referential integrity?  (Paulo Jan <admin@digital.ddnet.es>)
Список pgsql-general
One solution is to create partial index:

create unique index indice on emails(direccion) where estado = 'A'

_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE*
http://join.msn.com/?page=features/virus


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

Предыдущее
От: Mike Mascari
Дата:
Сообщение: Re: access linux command from SQL Query
Следующее
От: Bjørn T Johansen
Дата:
Сообщение: select/update performance?