Tom Lane wrote:
> PFC <lists(at)peufeu(dot)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