Is there an interface that...
fschmidt <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.interfaces |
|---|---|
| Message-ID | <[email protected]> |
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.
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match