Re: Call for 7.5 feature completion

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Call for 7.5 feature completion
Дата
Msg-id 6EE64EF3AB31D5448D0007DD34EEB3417DD1EE@Herge.rcsinc.local
обсуждение исходный текст
Ответ на Call for 7.5 feature completion  (mike g <mike@thegodshalls.com>)
Список pgsql-hackers
Alvaro wrote:
> Or, slightly different, what are people's most wanted features?

1. Proper row constructor, such that
select (1,2,1) > (2,1,1);
returns the right answer,
and
select * from t where (t1,t2,t3) > (c1, c2, c3) order by t1,t2,t3 limit
1
returns the right answer and uses a index on t1,t2,t3 if it exists.

this is on the TODO.

2. In the planner, a parameterized limit for prepared statements to
assume a small value (like 1).

3. Ability to create arrays of composite types (and nest them).
> Has PostgreSQL started slowing down in getting new features, and
> concentrating mostly on performance issues?

nope!

Merlin


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

Предыдущее
От: Palle Girgensohn
Дата:
Сообщение: no duration logging when using JDBC?
Следующее
От: Josh Berkus
Дата:
Сообщение: Welcome Core Team member Dave Page