Re: Convert query plan to sql query

From: mariem <mariem(dot)benfadhel(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Convert query plan to sql query
Date: 2014-11-06 03:32:41
Message-ID: 1415244761403-5825878.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2014-11-06 04:49:11 Re: REINDEX CONCURRENTLY 2.0
Previous Message mariem 2014-11-06 03:24:50 Re: Convert query plan to sql query