Re: Triggers, Stored Procedures, PHP. was: Re: PostgreSQL

Поиск
Список
Период
Сортировка
От Jonathan Bartlett
Тема Re: Triggers, Stored Procedures, PHP. was: Re: PostgreSQL
Дата
Msg-id Pine.GSU.4.44.0312011840340.28260-100000@eskimo.com
обсуждение исходный текст
Ответ на Re: Triggers, Stored Procedures, PHP. was: Re: PostgreSQL Advocacy, Thoughts and Comments  ("Rick Gigger" <rick@alpinenetworking.com>)
Список pgsql-general
> python that you can't do in PHP?

Python is an immensely powerful language.  It is essentially the successor
to both LISP and Smalltalk.  It has things like closures (well, not
complete, but pretty close), generators, a huge OO library, easy-to-use
exceptions (i.e. - in comparison to Java), and I believe with stackless
Python you can also do continuations.  Also, there's some really cool
add-on modules.  Psyco, for instance, is a run-time optimizing compiler,
that compiles several versions of your code based on the data you get.

Jon


>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings
>


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

Предыдущее
От: merlyn@stonehenge.com (Randal L. Schwartz)
Дата:
Сообщение: Re: Triggers, Stored Procedures, PHP. was: Re: PostgreSQL
Следующее
От: David Nedrow
Дата:
Сообщение: Re: pg_hba.conf problem