Re: Turning the PLANNER off - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Turning the PLANNER off
Date
Msg-id 200210291823.g9TINAT11395@candle.pha.pa.us
Whole thread Raw
In response to Re: Turning the PLANNER off  (David Walker <pgsql@grax.com>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: float output precision questions
Next
From: Robert Treat
Date:
Subject: Re: Request for supported platforms