Re: [HACKERS] Precompile SQL functions

2003-03-07 Thread Bruce Momjian
Just checking for TODO list. Thanks. --- Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> writes: > > Do we precompile SQL functions yet? > > As of CVS tip, we can inline SQL functions that are simple "SELECT > expressi

Re: [HACKERS] Precompile SQL functions

2003-03-07 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Do we precompile SQL functions yet? As of CVS tip, we can inline SQL functions that are simple "SELECT expression" cases; and it's always been true that SQL function queries are planned only once per outer query. I don't believe there's any cross-query