Обсуждение: Is there an interface that...

Поиск
Список
Период
Сортировка

Is there an interface that...

От
fschmidt
Дата:
Is there an interface language that:

1.  Supports usual programming features like maps, sorting, etc.
2.  Can return sets.
3.  Supports cursors.
4.  Allows function definitions to be source.

#1 eliminates PL/pgSQL.
#2 eliminates PL/Tcl
#3 eliminates PL/Python
#4 eliminates PL/Java

I didn't look at Perl because I don't like Perl (just my personal
preference).

Any suggestions?

-- 
View this message in context: http://www.nabble.com/Is-there-an-interface-that...-tp15071374p15071374.html
Sent from the PostgreSQL - interfaces mailing list archive at Nabble.com.



Re: Is there an interface that...

От
Markus Schiltknecht
Дата:
Hi,

fschmidt wrote:
> 1.  Supports usual programming features like maps, sorting, etc.
> 2.  Can return sets.
> 3.  Supports cursors.
> 4.  Allows function definitions to be source.
> 
> #1 eliminates PL/pgSQL.
> #2 eliminates PL/Tcl
> #3 eliminates PL/Python
> #4 eliminates PL/Java

Uh.. no PL "eliminates" any other PL for most values of "elimination" I 
know of. What exactly is it you want, here?

> I didn't look at Perl because I don't like Perl (just my personal
> preference).

Well, what language *do* you like?

Regards

Markus