Is there an interface that...

From: fschmidt <fschmidt(at)gmail(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Is there an interface that...
Date: 2008-01-24 18:18:05
Message-ID: 15071374.post@talk.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Klaus Darilion 2008-01-25 10:13:18 libpq string escaping question
Previous Message Greg Sabino Mullane 2008-01-17 15:57:34 Re: DBD::Pg 2.0.0 release candidate available for testing