| From: | Peter Vazsonyi <neko(at)kredit(dot)sth(dot)szif(dot)hu> |
|---|---|
| To: | Ferruccio Zamuner <nonsolosoft(at)diff(dot)org> |
| Cc: | pgsql-hackers(at)hub(dot)org |
| Subject: | Re: MySQL comparison |
| Date: | 2000-07-19 10:19:16 |
| Message-ID: | Pine.LNX.4.20.0007191204380.5953-100000@kredit.sth.szif.hu |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Tue, 18 Jul 2000, Ferruccio Zamuner wrote:
> - PostgreSQL implements stored procedures in SQL, Perl and TCL in standard
> source distribution. Developers are able to add more
> languages for stored procedures.
> MySQL doesn't support stored procedures.
Do you mean "user defined functions?"
Hmmm... Sorry, but what does it mean "strored procedure"?
IMHO stroed procedure is somewhat like this:
Proc dd_deleteds()
SELECT * FROM dd WHERE deleted=1;
END;
And you can call this procedure from client, or from a backend-parsed pl.
A procedure may produce a some columns, and some rows. I think there are
DBMS, who support this. PostgreSQL do it?
--
nek;)))
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Pavel Janík ml. | 2000-07-19 11:18:41 | Re: [HACKERS] Re: pg_dump with BLOBS & V7.0.2 UPDATED |
| Previous Message | Pavel Janík ml. | 2000-07-19 09:11:05 | Re: pg_dump with BLOBS & V7.0.2 UPDATED |