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:24:50
Message-ID: 1415244290259-5825877.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

wrote:

>I don't think SQL can express the information the plan contains. For
example,
>join methods (hash, nest loop, merge).

I don't need the way the query will be executed, so there is no need for
(hash, nest loop, merge).

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message mariem 2014-11-06 03:32:41 Re: Convert query plan to sql query
Previous Message Robert Haas 2014-11-06 02:31:59 Re: Additional role attributes && superuser review