Re: Explain SQL feature

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Regis <regis(at)seabirdsoftware(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Explain SQL feature
Date: 2002-03-07 16:41:11
Message-ID: 10528.1015519271@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Regis <regis(at)seabirdsoftware(dot)com> writes:
> the features I support is the explain plan SQL feature. I create an ADO
> record set from a SQL statement (such as 'explain select * from [..]')
> and I expect a record set in return.

Explain's output comes back as a NOTICE message, not as a recordset.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Serkan Bektas 2002-03-07 16:43:03 Re: Migration problem - serial fields
Previous Message Jochen Mader 2002-03-07 16:40:58 Re: Migration problem - serial fields