Re: [BUGS] BUG #2429: Explain does not report object's schema

2006-05-10 Thread Cristiano Duarte
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. > | > |

Re: [BUGS] BUG #2429: Explain does not report object's schema

2006-05-10 Thread Lars Haugseth
* [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

Re: [BUGS] BUG #2429: Explain does not report object's schema

2006-05-09 Thread Cristiano Duarte
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,

Re: [BUGS] BUG #2429: Explain does not report object's schema

2006-05-09 Thread Tom Lane
"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 ---

[BUGS] BUG #2429: Explain does not report object's schema

2006-05-09 Thread Cristiano da Cunha Duarte
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