On Wed, 30 May 2001, rui zhong wrote:
> I try to use SQL statement 'CREATE ASSERTIION', but it does not work,
> how to use it? Does PostgreSQL support ASSERTION constraint ? Please
> help me out.
AFAIK, Assertions are not yet implemented in PostgreSQL. You may be
able to use triggers to get the appropriate effect, but it's alot
more work.