Re: RFC: Restructuring pg_aggregate

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: RFC: Restructuring pg_aggregate
Дата
Msg-id 200204110450.g3B4oFq02968@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: RFC: Restructuring pg_aggregate  (Hiroshi Inoue <Inoue@tpf.co.jp>)
Список pgsql-hackers
Hiroshi Inoue wrote:
> > It seems to me that whatever we do
> > will require some kind of client breakage.
> 
> Physical/logical attnum approach was mainly to not break
> clients. I implemented it on trial but the implementation
> was hard to maintain unfortunately. It's pretty difficult
> to decide whether the number is physical or logical in
> many cases.

How many cases do we have that use logical numering?  Hiroshi, I know
you are the expert on this.  I know 'SELECT *' uses it, but are their
other places that need to know about the logical ordering of the
columns?

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: RFC: Restructuring pg_aggregate
Следующее
От: Bruce Momjian
Дата:
Сообщение: 7.3 schedule