inlining SQL functions

From: Alexey Klyukin <alexk(at)commandprompt(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: inlining SQL functions
Date: 2010-04-02 16:52:26
Message-ID: D2B62259-2EAF-422C-80BA-62C6040E6C23@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 containing only a SELECT * FROM table can't be expanded inline ? Is there an interest in expanding the class of SQL functions that can be inlined ?

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2010-04-02 17:10:15 Re: Alpha release this week?
Previous Message Kevin Grittner 2010-04-02 16:34:02 Re: Compile fail, alpha5 & gcc 4.3.3 in elog.c