Please advise features in 7.1

Поиск
Список
Период
Сортировка
От John Huttley
Тема Please advise features in 7.1
Дата
Msg-id 000701c0550a$50c81e20$1401a8c0@MWK.co.nz
обсуждение исходный текст
Ответы Re: Please advise features in 7.1  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Please advise features in 7.1  (Philip Warner <pjw@rhyme.com.au>)
Re: Please advise features in 7.1  (Don Baccus <dhogaza@pacifier.com>)
Список pgsql-hackers
Hello,
I've looked at the resources available through the web page to CVS and other
stuff,
however I cant find a statement of whats likely to be in 7.1 and what is planned
for later.

Reason: I want to know if any of these features are scheduled.

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

This is like MSSQL

2. Any parameterised triggers

3. Any parameterised stored procedures that return a result set.


These are _extraordinarily_ useful for application development.

If anyone has a way of bolting on any of these to 7.0, I'd be keen to hear from
you.

Regards

John




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

Предыдущее
От: Philip Warner
Дата:
Сообщение: Re: Breaking of existing apps with CVS version
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Please advise features in 7.1