Re: Stored Procedures

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: beyaRecords - The home Urban music <uzo(at)beya-records(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Stored Procedures
Date: 2003-12-29 02:15:27
Message-ID: 20031228191527.A3221@quality.qadas.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message beyaRecords - The home Urban music 2003-12-29 15:13:56 Installing pgplsql on postgresql ver. 7.4 on os x 10.3
Previous Message Christopher Browne 2003-12-29 02:02:51 Re: Stored Procedures