Re: EXPLAIN doesn't show the actual function expression for FunctionScan

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: EXPLAIN doesn't show the actual function expression for FunctionScan
Date: 2010-08-24 14:59:40
Message-ID: AANLkTi=JWxKv94BJ+ZSpsF5-p86NBgoRq9SefxDyq3vq@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Aug 24, 2010 at 10:56 AM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> On Tue, Aug 24, 2010 at 10:40 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> So I got annoyed by $SUBJECT just now while chasing Wheeler's bug
>> report.  Seems like this would be a good thing to print.  Should
>> it appear always, or just with VERBOSE, or ???
>
> I think showing it always is reasonable.  I'd like to see it printed
> in a form such that casting to regproc will succeed.

On second thought, that second sentence may not make sense. What
exactly did you have in mind for this to look like?

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-08-24 15:06:02 Re: EXPLAIN doesn't show the actual function expression for FunctionScan
Previous Message Robert Haas 2010-08-24 14:56:20 Re: EXPLAIN doesn't show the actual function expression for FunctionScan