| From: | "Eric Day" <eday(at)sandibooks(dot)com> |
|---|---|
| To: | <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Stored procedures |
| Date: | 2001-11-05 22:27:24 |
| Message-ID: | LIELJPDPGNAMOHJKBKCKAEINCAAA.eday@sandibooks.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
PostgreSql does NOT manage stored procedure, it only can manage functions
returning single values.
-----Original Message-----
From: pgsql-general-owner(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of david morgan
Sent: Monday, November 05, 2001 10:07 AM
To: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Stored procedures
A good start is the interactive documentation:
http://www.postgresql.org/idocs/ , specifically the section "Procedural
Languages".
Bruce Momjian'b book "Postgresql Introduction and concepts" gives some good
examples.
David.
Tomá¹ Kubi¹ wrote in message <9s5l2q$2qbk$1(at)news(dot)tht(dot)net>...
>Hi,
> I´m new in PostgreSQL, but i have worked with many databases systems. I
>know good standard SQL language. I know that stored procedures I can create
>by CREATE PROCEDURE. But I didn ´t find this syntax in Postgre SQL. How is
>it in Postgres? I´m using PostgreSQL 7.1.3
>
>thanks
>
>Tomas Kubis
>
>
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?
| From | Date | Subject | |
|---|---|---|---|
| Next Message | speedboy | 2001-11-05 22:39:35 | Re: Stored procedures |
| Previous Message | Crucius, Wesley | 2001-11-05 21:51:57 | database crash? |