Re: Sun acquires MySQL - Mailing list pgsql-general

From Pavel Stehule
Subject Re: Sun acquires MySQL
Date
Msg-id 162867790801200904i30d6adaci112123c6311e6f13@mail.gmail.com
Whole thread Raw
In response to Re: Sun acquires MySQL  ("Martin Gainty" <mgainty@hotmail.com>)
Responses Re: Sun acquires MySQL  ("Alex Turner" <armtuk@gmail.com>)
List pgsql-general
Hello

>
> support for compiling and execution of Procedures in Postgres is nonexistent
> 99% of SQL code in either Oracle and MySQL DB's are written in
> Procedures..trying to port that to Postgres is a very long and tedious
> uphill climb
>

true compilation is necessary only for some cases (note: MySQL stored
procedures are not compiled too ~ PostgreSQL has similar language
plpgpsm  with little bit faster execution
(http://www.pgsql.cz/index.php/SQL/PSM_Manual ). When plpgsql is
potentially slow, you can use  perl or write own custom function in C,
what is simpler than with Oracle.

Regards
Pavel Stehule

pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: postgres.org src build vs. enterprisedb installer
Next
From: "Greg Sabino Mullane"
Date:
Subject: Re: Sun acquires MySQL