inlined sql functions in 7.4

From: Aleksey Serba <aserba(at)voltweb(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: inlined sql functions in 7.4
Date: 2004-02-29 16:12:05
Message-ID: 6549801010.20040229191205@voltweb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Shri Shrikumar 2004-02-29 16:49:59 Are Triggers Synchronous
Previous Message Richard Huxton 2004-02-29 15:54:12 Re: PLSQL Question regarding multiple inserts