Stored Procedures in PostgreSql

From: "Eddie Bortnikov" <eddie(at)sangate(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Stored Procedures in PostgreSql
Date: 2003-01-05 14:40:53
Message-ID: B71796881E0DF7409F066FE6656BDF290DF3BF@beasley
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

My question is about creating pre-compiled queries in PostgreSQL, as stored procedures or whatever other way.
1. Is it possible to store prepared statements in the binary form inside the database, so that the SQL compilation would happen only once?
2. If yes, is there any way to do that, other than through embedded SQL?
3. Are SQL functions (created through CREATE FUNCTION …) stored as text or pre-compiled by the DBMS?

Regards

--
-------------------------------------------------------------
Edward Bortnikov
SanGate Systems Ltd.

E-mail eddie(at)sangate(dot)com
Tel. 972-9-8912163

Browse pgsql-general by date

  From Date Subject
Next Message Greg Copeland 2003-01-05 14:53:25 Re: [GENERAL] v7.3.1 Bundled and Released ...
Previous Message Markus Bengts 2003-01-05 13:34:25 chkpass