Re: Create Assertion -- Question from a newbie

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
Cc: SQL Postgresql List <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Create Assertion -- Question from a newbie
Date: 2006-08-27 13:54:37
Message-ID: 20060827135437.GA1869@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Sun, Aug 27, 2006 at 00:19:59 -0700,
Richard Broersma Jr <rabroersma(at)yahoo(dot)com> wrote:
> Sorry if my question is a little off topic.
>
> I am reading my new "SQL for Smarties" book side by side with the PostgreSQL 8.1 manual. I
> noticed that this particular feature is not included in PostgreSQL. Some of the achieve threads
> mostly discuss that this feature is currently not supported. My understanding is that Assertions
> place constraints upon data spanning multiple related tables.
>
> Is the Assertion feature slated to be added in the future? (Perhaps rolled up in a more
> generalized "TO-DO" item?)
>
> Would this feature add functionality that can not be achieved by other means? (i.e. alternative
> schema definitions or triggers?) Or does it merely provide a redundant means to constrain data,
> and thereby not warrant addition into the features of PostgreSQL?

You can accomplish what assertions do using triggers.
I think the issue is generating triggers for general assertions that don't
totally suck performancewise.

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Richard Broersma Jr 2006-08-27 14:39:49 Re: Create Assertion -- Question from a newbie
Previous Message Richard Broersma Jr 2006-08-27 07:19:59 Create Assertion -- Question from a newbie