Re: Turning the PLANNER off

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Turning the PLANNER off
Дата
Msg-id 200210291823.g9TINAT11395@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Turning the PLANNER off  (David Walker <pgsql@grax.com>)
Список pgsql-hackers
David Walker wrote:
> Does PREPARE turn 
> select * from mytable 
> into
> select mytable.field1,mytable.field2 from mynamespace.mytable
> ?
> 
> I was looking for this functionality for one of my projects so I'm curious.

PREPARE turns the query into an internal format used by the executor.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: float output precision questions
Следующее
От: Robert Treat
Дата:
Сообщение: Re: Request for supported platforms