Re: SQL Functions vs PL/PgSQL

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: "Johnny Kristensen" <johnnybo1(at)mail(dot)tele(dot)dk>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: SQL Functions vs PL/PgSQL
Date: 2003-02-13 17:02:05
Message-ID: 200302130902.05987.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Johnny,

> Does postgres store execution plan's for user-defined SQL functions as the
> PL/pgSQL interpreter does. And if so - will this only be prepared after an
> initial call to the function? Can't seem to find this information in the
> docs!? Thanks,

Unless you know something I don't, I do not believe that PL/pgSQL stores
execution plans for functions.

--
Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Nicholas Allen 2003-02-13 17:28:50 Re: Debugging postmaster to fix possible bug in Postgres? Followup to "How do you select
Previous Message V. Cekvenich 2003-02-13 16:45:38 table Pivot