Re: Turning the PLANNER off

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: David Walker <pgsql(at)grax(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Turning the PLANNER off
Date: 2002-10-29 18:23:10
Message-ID: 200210291823.g9TINAT11395@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Treat 2002-10-29 18:23:33 Re: Request for supported platforms
Previous Message Bruce Momjian 2002-10-29 18:14:51 Re: float output precision questions