Re: PostgreSQL <> MySQL: first draft

Поиск
Список
Период
Сортировка
От Sean Chittenden
Тема Re: PostgreSQL <> MySQL: first draft
Дата
Msg-id 20030915182504.GA45649@perrin.nxad.com
обсуждение исходный текст
Ответ на PostgreSQL <> MySQL: first draft  (Ian Barwick <barwick@gmx.net>)
Ответы Way cool article
Список pgsql-advocacy
> Stored Procedures
> -----------------
>
> Stored procedures are blocks of code stored and executed in
> the database backend. They are typically created in an SQL-like procedural
> language or a fourth-generation language such as Java or Perl.
>
> - MySQL has no support for any form of stored procedure. Implementation
>   is planned at an unspecified future date:
>     http://www.mysql.com/doc/en/ANSI_diff_Triggers.html
>
> - PostgreSQL provides  mature and tested support  for function creation
>   in SQL and the following procedural languages:
>    PL/PgSQL (PostgreSQL's own procedural language, similar
>               to e.g. Oracle's PL/SQL)
>     Perl
>     Python
>     Tcl

pl/ruby exists too:

http://moulon.inra.fr/ruby/plruby.html

-sc

--
Sean Chittenden

В списке pgsql-advocacy по дате отправления:

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: PostgreSQL <> MySQL: missing the point?
Следующее
От: Josh Berkus
Дата:
Сообщение: Way cool article