Two questions about stored procedures

From: "Bruno Baguette" <bruno(dot)baguette(at)netcourrier(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Two questions about stored procedures
Date: 2003-02-28 08:34:26
Message-ID: !~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAATBuXKOMvlkWzD3KJN6FWLMKAAAAQAAAAFypWxfUNJ0uJN8RXsgGF/gEAAAAA@netcourrier.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I've two questions about stored procedures :

First of all, I've more or less 200 procedures and I wish to store
theses procedures inside packages (like Oracle PL/SQL packages). I see
that feature is in the TODO list, but is this feature is currently under
development or not ? Or is this feature is planned for a precise release
? (maybe 7.4 ???).

Second question : Once I've put a stored procedure, is the procedure is
recompiled every time before the execution or is the stored procedure
compiled one time when being recorded ? Please note that I dont make use
of NOW() in theses stored procedure.

Thanks in advance for all the time you spend in the development of this
really good DBMS ! :-)

--------------------------------------------------
Bruno BAGUETTE - bruno(dot)baguette(at)netcourrier(dot)com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gabriele Bartolini 2003-02-28 09:04:02 Hints for a medium Web site configuration of PostgreSQL
Previous Message Bruno Baguette 2003-02-28 08:27:38 Is the mod_auth_pgsql apache module is used by somebody ?