Re: [pgadmin-support] problem with check constraints

Поиск
Список
Период
Сортировка
От Julius Tuskenis
Тема Re: [pgadmin-support] problem with check constraints
Дата
Msg-id 48EDB7CF.2030106@nsoft.lt
обсуждение исходный текст
Список pgsql-general
Hello, Anton

Its ok, because conjunction (AND) has priority over disjunction (OR) so
((A and B) or (C and D)) = (A and B or C and D)

Anton Andreev rašė:
> Hi,
>
> When I create a check constraint in PgAdmin3 1.8.4 on a Postgresql
> 8.3.3: ((A and B) or (C and D))
> I get with create script: (A and B or C and D) which is wrong.
>
> Please help.
>
> Cheers,
> Anton
>
>


--
Julius Tuskenis
Programavimo skyriaus vadovas
UAB nSoft
mob. +37068233050


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

Предыдущее
От: Artacus
Дата:
Сообщение: psql variable quoting
Следующее
От: Galland Gregoire
Дата:
Сообщение: Run postgresql engine in readonly mode?