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/ ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster