Please advise features in 7.1 (SUMMARY)

Поиск
Список
Период
Сортировка
От John Huttley
Тема Please advise features in 7.1 (SUMMARY)
Дата
Msg-id 008501c058d7$18e2bee0$1401a8c0@MWK.co.nz
обсуждение исходный текст
Ответ на Please advise features in 7.1  ("John Huttley" <John@mwk.co.nz>)
Ответы Re: Please advise features in 7.1 (SUMMARY)  (Andrew Snow <als@fl.net.au>)
Re: Please advise features in 7.1 (SUMMARY)  ("Ross J. Reedstrom" <reedstrm@rice.edu>)
Список pgsql-hackers
Thanks for your help, everyone.

This is a summary of replies.

1. Calculated fields in table definitions . eg.
   Create table test (            A Integer,            B integer,           the_sum   As  (A+B),
);

This functionality can be achieved through the use of views.
Implementing the create table syntax  may not be too hard,
but not in 7.1...

2  Parameterised Triggers

Functionality is there, just that the documentation gave the wrong implication.
An user manual example of using parameterised triggers to implement referential
integrity
would be welcome.

3. Stored Procedures returning a record set.

Dream on!


Regards

John




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

Предыдущее
От: selkovjr@mcs.anl.gov
Дата:
Сообщение: Re: Indexing for geographic objects?
Следующее
От: "John Huttley"
Дата:
Сообщение: full text indexing