any chance SQL ASSERTIONS will be implemented?

any chance SQL ASSERTIONS will be implemented?

am 16.08.2004 22:15:49 von twanger

Hi,

in the course of designing a database schema and ensuring integrity
everywhere I have stumbled over a problem that Josh told me ASSERTIONS
would solve. Is there any chance ASSERTIONS will be implemented in
PostgreSQL?

Thanks

--
Markus Bertheau


---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

Re: any chance SQL ASSERTIONS will be implemented?

am 16.08.2004 22:41:54 von peter_e

Markus Bertheau wrote:
> in the course of designing a database schema and ensuring integrity
> everywhere I have stumbled over a problem that Josh told me
> ASSERTIONS would solve. Is there any chance ASSERTIONS will be
> implemented in PostgreSQL?

There is a pretty good chance, but there is no telling when it will
happen.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/


---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend