Re: Convert query plan to sql query - Mailing list pgsql-hackers

From mariem
Subject Re: Convert query plan to sql query
Date
Msg-id 1415244761403-5825878.post@n5.nabble.com
Whole thread Raw
In response to Re: Convert query plan to sql query  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
List pgsql-hackers
>May be you want to check how it's done in Postgres-XC. Postgres-XC works on
>plans being created by PostgreSQL and "reverse-engineers" queries (for
>parts of the plans which are "shippable".) The notions of "shippability"
>may not be of interest to you, but the code to "reverse-engineer" most of
>the plan nodes is there in Postgres-XC.

I'm glad you used "reverse engineering" that's exactly what I need. I didn't
get a chance to look at the internals of Postgres-XC, thank you for the
info.



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Convert-query-plan-to-sql-query-tp5825727p5825878.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.



pgsql-hackers by date:

Previous
From: mariem
Date:
Subject: Re: Convert query plan to sql query
Next
From: Michael Paquier
Date:
Subject: Re: REINDEX CONCURRENTLY 2.0