Re: first time hacker ;) messing with prepared statements - Mailing list pgsql-hackers

From James Mansion
Subject Re: first time hacker ;) messing with prepared statements
Date
Msg-id 47F13AC9.1080901@mansionfamily.plus.com
Whole thread Raw
In response to Re: first time hacker ;) messing with prepared statements  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> PFC <lists@peufeu.com> writes:
>   
>>     Do the parse tree store fully qualified "schema.table" or  
>> "schema.function" ?
>>     
>
> They store OIDs.
>   
So, what happens if we reference a temporary table or something else 
that requires resolution
down a search path?

I believe Microsoft and Sybase have to defer some optimisation because 
of this.

James



pgsql-hackers by date:

Previous
From: "Gurjeet Singh"
Date:
Subject: Re: [GENERAL] Can Postgres 8.x start if some disks containing tablespaces are not mounted?
Next
From: James Mansion
Date:
Subject: Re: POSIX shared memory support