Compiling Stored Procedure

From: Danilo Freitas da Costa <cedes11(at)edza(dot)com(dot)br>
To: pgsql-novice(at)postgresql(dot)org
Subject: Compiling Stored Procedure
Date: 2006-11-14 14:26:50
Message-ID: 4559D22A.3070902@edza.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Helvetica, Arial, sans-serif">Hi all,<br>
<br>
&nbsp;&nbsp;&nbsp; I'm new in postgre and I'm using the 8.1 version.<br>
&nbsp;&nbsp;&nbsp; I need do some [Stored] Procedure in the Database to gain more
performance in some queries execution. However, these SPs must be
compiled. <br>
&nbsp;&nbsp;&nbsp; Some SPs is already created in plpgsql. Is it possible compile
them? If not, how can I do that?<br>
<br>
&nbsp;&nbsp;&nbsp; I read about write functions in C, but I didn't found functions
using sql statements...<br>
<br>
Thanks.<br>
Danilo</font><br>
</body>
</html>

Attachment Content-Type Size
unknown_filename text/html 782 bytes

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Richard Broersma Jr 2006-11-14 15:36:52 Re: Compiling Stored Procedure
Previous Message Richard Broersma Jr 2006-11-13 22:11:22 Re: methodology tuning