Re: HISTORY updated, 7.3 branded

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: HISTORY updated, 7.3 branded
Дата
Msg-id 3D763DFB.8000002@joeconway.com
обсуждение исходный текст
Ответ на HISTORY updated, 7.3 branded  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: HISTORY updated, 7.3 branded  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian wrote:
> OK, the HISTORY file is updated, and 7.3 is branded and ready for beta1.
> 
> I used the same HISTORY categories Peter made in 7.2.  I liked them.
> 
> Please review the HISTORY file.  I am sure there are improvements that
> can be made.
> 

A few minor comments:

1. suggested rewording:

Table Functions
           Functions can now return sets, with multiple rows           and multiple columns.  You specify these
functionsin           the SELECT FROM clause, similar to a table or view.
 

2. couldn't find mention of:

Data Types and Functions
========================
Add named composite type creation - CREATE TYPE typename AS (column 
definition list)

Allow anonymous composite type specification at query runtime in the 
table alias clause - FROM tablename AS aliasname(column definition list)

Add new API to simplify creation of C language table functions

Joe



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Beta1 schedule
Следующее
От: Joe Conway
Дата:
Сообщение: Re: findoidjoins