Re: PostgreSQL Top 10 Wishlist

Поиск
Список
Период
Сортировка
От Tino Wildenhain
Тема Re: PostgreSQL Top 10 Wishlist
Дата
Msg-id 43CE05FE.7000902@wildenhain.de
обсуждение исходный текст
Ответ на Re: PostgreSQL Top 10 Wishlist  (Joost Kraaijeveld <J.Kraaijeveld@Askesis.nl>)
Ответы Re: PostgreSQL Top 10 Wishlist  (Joost Kraaijeveld <J.Kraaijeveld@Askesis.nl>)
Список pgsql-general
Joost Kraaijeveld schrieb:
> On Tue, 2006-01-17 at 09:52 -0800, David Fetter wrote:
>
...
> Because a lot of tools that I use to manage a database during
> *development* (e.g. PgAdmin) show the columns in an other order than the
> order of attributes in my Java/C++ code. The "logical" order of the
> columns/attributes can change during development.
>
Actually when I issue:

SELECT a,b,c FROM sometable; in pgadmin3 I get the columns exactly
in the order specified. Does it work differently for you? ;)


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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Partitioning: Planner makes no use of indexes on inherited
Следующее
От: Stephen Friedrich
Дата:
Сообщение: Re: Partitioning: Planner makes no use of indexes on inherited