Hi Lars,
Lars Haugseth wrote:
> * [EMAIL PROTECTED] ("Cristiano da Cunha Duarte") wrote:
> |
> | 1) PROBLEM:
> |
> | Explain command does not report the schema of objects, so when using
> | objects having the same name but in different schemas, they will apear
> | as being the same object.
> |
> |
* [EMAIL PROTECTED] ("Cristiano da Cunha Duarte") wrote:
|
| 1) PROBLEM:
|
| Explain command does not report the schema of objects, so when using objects
| having the same name but in different schemas, they will apear as being the
| same object.
|
| 2) HOW TO REPRODUCE:
Don't know whether this wo
Hi Tom,
Tom Lane wrote:
>> Explain command does not report the schema of objects,
>
> This is intentional. Most error messages don't mention objects' schemas
> either, as it would usually just be clutter.
Oracle's EXPLAIN PLAN generate lots of information including the operation,
search columns,
"Cristiano da Cunha Duarte" <[EMAIL PROTECTED]> writes:
> Explain command does not report the schema of objects,
This is intentional. Most error messages don't mention objects' schemas
either, as it would usually just be clutter.
regards, tom lane
---
The following bug has been logged online:
Bug reference: 2429
Logged by: Cristiano da Cunha Duarte
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.1
Operating system: Debian GNU Linux
Description:Explain does not report object's schema
Details:
1) PROBLEM:
E