Re: Where to change the column width in RelOptInfo data

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Where to change the column width in RelOptInfo data
Дата
Msg-id 2093.1532529331@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Where to change the column width in RelOptInfo data  (范国腾 <fanguoteng@highgo.com>)
Список pgsql-admin
=?gb2312?B?t7a5+sza?= <fanguoteng@highgo.com> writes:
> I use a postgres extension plugin pg_strom to generate the plan. I select one column ¡°avg(c_acctbal)¡± in the SQL,
andthe generated plan changes to select two column ¡°c_acctbal, c_phone¡±. 

I think you'd be better off doing that sort of thing in the rewriter
somewhere.  Wherever you tried to put it in the planner is clearly
too late.

            regards, tom lane


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

Предыдущее
От: Scott Ribe
Дата:
Сообщение: Re: Granting any privilege for a specific set of tables in postgresin a single shot!..
Следующее
От: Wells Oliver
Дата:
Сообщение: Join plan issue with inherited tables