Re: [HACKERS] PL/Lang (was: Priorities for 6.6)

Поиск
Список
Период
Сортировка
От Philip Warner
Тема Re: [HACKERS] PL/Lang (was: Priorities for 6.6)
Дата
Msg-id 3.0.5.32.19990609222320.009ee100@mail.rhyme.com.au
обсуждение исходный текст
Ответ на Re: [HACKERS] PL/Lang (was: Priorities for 6.6)  (Dmitry Samersoff <dms@wplus.net>)
Ответы Re: [HACKERS] PL/Lang (was: Priorities for 6.6)
Re: [HACKERS] PL/Lang (was: Priorities for 6.6)
Список pgsql-hackers
At 13:34 9/06/99 +0400, you wrote:
>
>IMHO, It's bad practice to embed Perl, C++ and so on into postgres.
>because it slow down postgres, increase memory requirement 
>and amount of leaks and errors. 

You can't possibly mean to say Perl is a slow, leaky memory hog! ;-} 

Do I detect a conspiracy here? (Oleg?)

>Postgres should use it's own language like plpgsql, and
>it's better to point your mind to improve and speed up it.
>
>For example:
> Add pre-compilation and syntax check while create function
> executed

At least a syntax check...


> Add some string and regex manipulation functions.
> Add exception handling.
>

These all sound like a good idea. 

Jan: If I volunteer to attempt any of these, can you provide advice?


----------------------------------------------------------------
Philip Warner                    |     __---_____
Albatross Consulting Pty. Ltd.   |----/       -  \
(A.C.N. 008 659 498)             |          /(@)   ______---_
Tel: +61-03-5367 7422            |                 _________  \
Fax: +61-03-5367 7430            |                 ___________ |
Http://www.rhyme.com.au          |                /           \|                                |    --________--
PGP key available upon request,  |  /
and from pgp5.ai.mit.edu:11371   |/


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

Предыдущее
От: Dmitry Samersoff
Дата:
Сообщение: Re: [HACKERS] PL/Lang (was: Priorities for 6.6)
Следующее
От: wieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] Aggregates with context - a question