[HACKERS] Explain with schema

2011-01-26 Thread Cristiano Duarte
Greetings, I was thinking about an old 2007 topic, where schema qualification was proposed on the EXPLAIN output (http://archives.postgresql.org/pgsql- hackers/2007-06/msg00473.php). Besides my need for this "feature" for my own PgFoundry project (that need to parse the explain output), at th

[HACKERS] Explain with schema

2011-01-26 Thread Cristiano Duarte
Greetings, I was thinking about an old 2007 topic, where schema qualification was proposed on the EXPLAIN output (http://archives.postgresql.org/pgsql- hackers/2007-06/msg00473.php). Besides my need for this "feature" for my own PgFoundry project (that need to parse the explain output), at th

Re: [HACKERS] SPI access to PostgreSQL query plan

2007-09-17 Thread Cristiano Duarte
2007/9/17, Tom Lane <[EMAIL PROTECTED]>: > > "Cristiano Duarte" <[EMAIL PROTECTED]> writes: > > Is there a way to have access to PostgreSQL query plan and/or predicates > > inside a function using spi (or any other way)? > > No. > > Hi Tom,

[HACKERS] SPI access to PostgreSQL query plan

2007-09-17 Thread Cristiano Duarte
he function call? Is the query plan saved in memory at a place where a spi function can have access? Regards, Cristiano Duarte.

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

2006-05-17 Thread Cristiano Duarte
Alvaro Herrera wrote: > Cristiano Duarte wrote: > >> SQL table aliases doesn't help locating the real place where the table >> is. If I have a table named "test" at the schema "place" and I do: >> >> "EXPLAIN SELECT * FROM place.tes

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

2006-05-16 Thread Cristiano Duarte
Gurjeet Singh wrote: > I don't think Cristiano is asking for the schema_name in the > EXPLAIN o/p. In fact I'm requesting for schema_name in EXPLAIN o/p. > The request is for the table ALIASes to be shown in the > o/p, which makes more sense than schema_name+table_name, since the > same ta

[HACKERS] EXPLAIN verbose?

2006-05-09 Thread Cristiano Duarte
log table (wich is placed on the same schema as the master table). Any help would be greatly appreciated. Regards, Cristiano Duarte ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index sc