Why CREATE CONSTRAINT TRIGGER

From: "Justin Jaynes" <justinjaynes(at)hotmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Why CREATE CONSTRAINT TRIGGER
Date: 2000-07-13 16:51:45
Message-ID: 20000713165145.94003.qmail@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

If you can implement referential integrity with a simple REFERENCES in your
create table statements, why then, should you use the CREATE CONSTRAINT
TRIGGER feature described in the postgres documentation?

Is one SQL92 compatible and one not?

Second question.

Where do I get Postgres Access?
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

Browse pgsql-general by date

  From Date Subject
Next Message Ed Loehr 2000-07-13 16:56:03 location of change list?
Previous Message Stephan Szabo 2000-07-13 15:53:21 Re: is this a bug or feature?