Andreas Pflug wrote:
> Kris Jurka wrote:
>>
>> Actually it turns out that whether the schema gets in there or not
>> depends on the search path when the table is created.
>
>
> That's what pgSchema::GetPrefix does too.
>
That's fine as long as you assume that the search path never changes and
as long as you only have one schema in your search path. I don't think
these are assumptions we can make.
Kris Jurka