inlined sql functions in 7.4 - Mailing list pgsql-general

From Aleksey Serba
Subject inlined sql functions in 7.4
Date
Msg-id 6549801010.20040229191205@voltweb.com
Whole thread Raw
Responses Re: inlined sql functions in 7.4  (Jeff Eckermann <jeff_eckermann@yahoo.com>)
Re: inlined sql functions in 7.4  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
    Hi!

    I found the very useful feature into 7.4 release

> Release Notes 7.4:
>    Function-inlining for simple SQL functions
>    Simple SQL functions can now be inlined by including their SQL in the main query.
>    This improves performance by eliminating per-call overhead.
>    That means, simple SQL functions now behave like macros.

    but, i can't find any docs about syntax :(

    Could you point me in the right direction?

    Thx in advance

    Aleksey


pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: PLSQL Question regarding multiple inserts
Next
From: Jeff Eckermann
Date:
Subject: Re: inlined sql functions in 7.4