Re: Planner question regarding functions - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: Planner question regarding functions
Date
Msg-id 20031208153820.GB5971@wolff.to
Whole thread Raw
In response to Planner question regarding functions  (Chris Travers <chris@travelamericas.com>)
Responses Re: Planner question regarding functions
List pgsql-general
On Mon, Dec 08, 2003 at 21:33:48 +0800,
  Chris Travers <chris@travelamericas.com> wrote:
>
> I suspect I know what the answer here is, but I thought I would ask
> anyway.  How transparent are SQL language functions from the planner's
> perspective?  For example if I create a table:

In 7.4 simple SQL functions are inlined and work a lot like macros.
I don't know if set returning functions are able to be inlined.

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: corruption diag/recovery, pg_dump crash
Next
From: Tom Lane
Date:
Subject: Re: corruption diag/recovery, pg_dump crash