Re: Stored Procedures

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Stored Procedures
Дата
Msg-id 20031228191527.A3221@quality.qadas.com
обсуждение исходный текст
Ответ на Stored Procedures  (beyaRecords - The home Urban music <uzo@beya-records.com>)
Список 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 по дате отправления:

Предыдущее
От: beyaRecords - The home Urban music
Дата:
Сообщение: Stored Procedures
Следующее
От: Christopher Browne
Дата:
Сообщение: Re: Stored Procedures