Re: inlined sql functions in 7.4 - Mailing list pgsql-general

From Tom Lane
Subject Re: inlined sql functions in 7.4
Date
Msg-id 18436.1078076555@sss.pgh.pa.us
Whole thread Raw
In response to inlined sql functions in 7.4  (Aleksey Serba <aserba@voltweb.com>)
Responses Re: inlined sql functions in 7.4  (Aleksey Serba <aserba@voltweb.com>)
List pgsql-general
Aleksey Serba <aserba@voltweb.com> writes:
>     I found the very useful feature into 7.4 release
>> Function-inlining for simple SQL functions
>     but, i can't find any docs about syntax :(

There isn't any --- it happens automatically if the planner thinks it's
an appropriate transformation.

            regards, tom lane

pgsql-general by date:

Previous
From: Jeff Eckermann
Date:
Subject: Re: inlined sql functions in 7.4
Next
From: Bruno Wolff III
Date:
Subject: Re: PLSQL Question regarding multiple inserts