Re: problem with check constraints - Mailing list pgsql-general

From Albe Laurenz
Subject Re: problem with check constraints
Date
Msg-id D960CB61B694CF459DCFB4B0128514C2029B5FB1@exadv11.host.magwien.gv.at
Whole thread Raw
In response to problem with check constraints  (Anton Andreev <antonandreev@fmi.uni-sofia.bg>)
List pgsql-general
Anton Andreev wrote:
> 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.

No, it isn't - both are the same.

AND has higher operator precedence than OR, see
http://www.postgresql.org/docs/8.3/static/sql-syntax-lexical.html#SQL-PRECEDENCE-TABLE

Yours,
Laurenz Albe

pgsql-general by date:

Previous
From: Ivan Sergio Borgonovo
Date:
Subject: Re: Drupal and PostgreSQL - performance issues?
Next
From: "Albe Laurenz"
Date:
Subject: Re: how to remove the duplicate records from a table