Functions / Prepared statements

From: "Vidyasagara Guntaka" <vguntaka(at)candera(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Functions / Prepared statements
Date: 2004-03-10 22:03:44
Message-ID: 5F90B589E007484AA3C305D4AE984C750ED3D0@mail2.confluencenetworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I have a question regarding the behavior of Functions.

For a prepared statement the query is parsed, re-written and planned ahead of execution and its done only once. Is it the same behavior for a function if I create a function with language sql?

Thanks and regards,
Sagar.

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2004-03-10 22:15:12 Re: symbolic links for 7.4.2
Previous Message Tom Lane 2004-03-10 21:50:25 Re: returning row numbers in select