Re: Database design question: ugliness or referential integrity? - Mailing list pgsql-general

From Jaime Casanova
Subject Re: Database design question: ugliness or referential integrity?
Date
Msg-id BAY8-F46MTomAoCCCfK0004fef2@hotmail.com
Whole thread Raw
In response to Database design question: ugliness or referential integrity?  (Paulo Jan <admin@digital.ddnet.es>)
List 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 by date:

Previous
From: Mike Mascari
Date:
Subject: Re: access linux command from SQL Query
Next
From: Bjørn T Johansen
Date:
Subject: select/update performance?