Re: Create Assertion -- Question from a newbie

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Create Assertion -- Question from a newbie
Дата
Msg-id 20060827135437.GA1869@wolff.to
обсуждение исходный текст
Ответ на Create Assertion -- Question from a newbie  (Richard Broersma Jr <rabroersma@yahoo.com>)
Ответы Re: Create Assertion -- Question from a newbie  (Richard Broersma Jr <rabroersma@yahoo.com>)
Список pgsql-sql
On Sun, Aug 27, 2006 at 00:19:59 -0700, Richard Broersma Jr <rabroersma@yahoo.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.


В списке pgsql-sql по дате отправления:

Предыдущее
От: Richard Broersma Jr
Дата:
Сообщение: Create Assertion -- Question from a newbie
Следующее
От: Richard Broersma Jr
Дата:
Сообщение: Re: Create Assertion -- Question from a newbie