Re: PostgreSQL 9.0

Поиск
Список
Период
Сортировка
От Peter
Тема Re: PostgreSQL 9.0
Дата
Msg-id 45bf01fa$0$1340$834e42db@reader.greatnowhere.com
обсуждение исходный текст
Ответ на Re: PostgreSQL 9.0  ("Dawid Kuroczko" <qnex42@gmail.com>)
Список pgsql-general
> Personally I'm missing two things, which were discussed in the
> past, but would be nice to have:
> * more efficient storage of varlen data -- some time ago there were
> ideas to get rid of constant 4-bytes for length and use more elastic
> approach.  Smaller tables, bigger performance.
> * updatable views [ or am I missing something? ] -- it seems to me
> they were close to be completed, but I don't remember if they were
> completed and committed or not.


I'm missing stuff like true polymorphic function arguments and return
values (where I can mix different datatypes and do variable number of
parameters), also I personally hate 'select * from my_func() as table(x
varchar)' syntax... system should be able to omit the table structure
definition and pick it up from function return.

Oh well, back to work.

Where do we submit wishlist entries, anyway?

Peter

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

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: PostgreSQL 9.0
Следующее
От: "Willy-Bas Loos"
Дата:
Сообщение: Unauthorized users can see db schema and read functions