Re: [GENERAL] Problem defining deferred check constraints

2009-01-25 Thread Stephan Szabo
On Sun, 25 Jan 2009, Thomas Kellerer wrote: > Hi, > > I'm playing around with deferred constraints and according to the manual, it > should be possible to declare a check constraint as deferred. > > At least that's how I read the definition of /column_constraint/ at > http://www.postgresql.org/do

Resp.: [GENERAL] Problem defining deferred check constraints

2009-01-25 Thread Osvaldo Kussama
2009/1/25, Thomas Kellerer : > Hi, > > I'm playing around with deferred constraints and according to the manual, it > should be possible to declare a check constraint as deferred. > > At least that's how I read the definition of /column_constraint/ at > http://www.postgresql.org/docs/8.3/static/sql

[GENERAL] Problem defining deferred check constraints

2009-01-25 Thread Thomas Kellerer
Hi, I'm playing around with deferred constraints and according to the manual, it should be possible to declare a check constraint as deferred. At least that's how I read the definition of /column_constraint/ at http://www.postgresql.org/docs/8.3/static/sql-createtable.html What I tried: CR