Re: Stored Procedures - Mailing list pgsql-sql

From Michael Fuhr
Subject Re: Stored Procedures
Date
Msg-id 20031228191527.A3221@quality.qadas.com
Whole thread Raw
In response to Stored Procedures  (beyaRecords - The home Urban music <uzo@beya-records.com>)
List pgsql-sql
On Mon, Dec 29, 2003 at 01:57:00AM +0000, beyaRecords - The home Urban music wrote:
>
> I am new to this list and the world of postgreSQL, and would like to 
> know how create stored procedures in postgreSQL.

If you're new to PostgreSQL then have a look at the documentation:

http://www.postgresql.org/docs/

To learn about stored procedures, see the "Server Programming" part,
especially the "Extending SQL" and "PL/pgSQL - SQL Procedural Language"
chapters:

http://www.postgresql.org/docs/current/static/server-programming.html
http://www.postgresql.org/docs/current/static/extend.html
http://www.postgresql.org/docs/current/static/plpgsql.html

-- 
Michael Fuhr
http://www.fuhr.org/~mfuhr/


pgsql-sql by date:

Previous
From: beyaRecords - The home Urban music
Date:
Subject: Stored Procedures
Next
From: Christopher Browne
Date:
Subject: Re: Stored Procedures