Re: how to write procedures - Mailing list pgsql-sql

From Bhuvan A
Subject Re: how to write procedures
Date
Msg-id Pine.LNX.4.44.0207091008390.1604-100000@Bhuvan.bksys.co.in
Whole thread Raw
In response to how to write procedures  ("srikanth" <chekravarthula@haloesolutions.com>)
List pgsql-sql
Hi,

it seems you weren't yet installed appropriate procedural language. for 
example, if you wish to code in plpgsql you must install 'plpgsql'. for 
details refer the documentation and it has enough information.

regards,
bhuvaneswaran.

On Thu, 4 Jul 2002, srikanth wrote:

> Hi, I am using postgre sql server on linux server but for my database I am
> using storedprocedures which i need to create , but there are no commands to
> create procedures it says it does not support is there any way to work with
> stored procedures in postgre sql server.
> thanks,
> srikanth.
> 
> 
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
> 
> http://archives.postgresql.org
> 





pgsql-sql by date:

Previous
From: Bruce Momjian
Date:
Subject: Re:
Next
From: Joseph Syjuco
Date:
Subject: export plpgsql function to file