Is there an interface that... - Mailing list pgsql-interfaces

From fschmidt
Subject Is there an interface that...
Date
Msg-id 15071374.post@talk.nabble.com
Whole thread Raw
Responses Re: Is there an interface that...  (Markus Schiltknecht <markus@bluegap.ch>)
List pgsql-interfaces
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.



pgsql-interfaces by date:

Previous
From: "Daniel Verite"
Date:
Subject: Re: libpq string escaping question
Next
From: Markus Schiltknecht
Date:
Subject: Re: Is there an interface that...