inlining SQL functions - Mailing list pgsql-hackers

From Alexey Klyukin
Subject inlining SQL functions
Date
Msg-id D2B62259-2EAF-422C-80BA-62C6040E6C23@commandprompt.com
Whole thread Raw
Responses Re: inlining SQL functions  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi,

Is there a reason why only a table free SQL functions are allowed to be inlined ?  I wonder why a simple SQL function
containingonly a SELECT * FROM table can't be expanded inline ? Is there an interest in expanding the class of SQL
functionsthat can be inlined ?   

Thanks,
--
Alexey Klyukin                    http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc



pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Compile fail, alpha5 & gcc 4.3.3 in elog.c
Next
From: Peter Geoghegan
Date:
Subject: Re: Alpha release this week?