Re: Constraint Problem

Поиск
Список
Период
Сортировка
От Martin Marques
Тема Re: Constraint Problem
Дата
Msg-id 200311031726.41002.martin@bugs.unl.edu.ar
обсуждение исходный текст
Ответ на Re: Constraint Problem  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-general
El Lun 03 Nov 2003 17:00, scott.marlowe escribió:
> >
> > This is not quite what I need. I need to create a constraint to allow
> > only -one- of
> >     company<->association<->default(=true) value
> > but any number of
> >     company<->association<->default(=false) values
> >
> > I've tried many different ALTER TABLE ... CREATE CONSTRAINT variations,
> > all without success.
>
> Wouldn't a unique constraint on those three fields do this?  Nulls don't
> violate unique constraints.  Does that work, or did I miss too much of
> this conversation?

Scott, he want's to have as much falses as can be in the association field,
but only one true.

--
El mejor sistema operativo es aquel que te da de comer.
Cuida tu dieta.
-----------------------------------------------------------------
Martin Marques                  |        mmarques@unl.edu.ar
Programador, Administrador      |       Centro de Telematica
                       Universidad Nacional
                            del Litoral
-----------------------------------------------------------------


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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Cartesian product bug?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: C functions quicker than Plpgsql?