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

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq

Reply via email to