Re: PL/Java (was: stored procedures) - Mailing list pgsql-general

From Joe Conway
Subject Re: PL/Java (was: stored procedures)
Date
Msg-id 3E70D647.8080307@joeconway.com
Whole thread Raw
In response to Re: PL/Java (was: stored procedures)  (Neil Conway <neilc@samurai.com>)
Responses Re: [pgsql-advocacy] PL/Java (was: stored procedures)  (Josh Berkus <josh@agliodbs.com>)
Re: PL/Java (was: stored procedures)  (Robert Treat <xzilla@users.sourceforge.net>)
List pgsql-general
Neil Conway wrote:
> http://pljava.sourceforge.net/

Interesting -- I did a quick search on sourceforge, but I guess it was a
bit too quick.

> BTW, you can also write stored procedures in Ruby, C, and SQL.

I wasn't aware of Ruby, but I don't know how I could possibly have
forgotten to mention C and SQL!

I wonder if we shouldn't have a spot on techdocs with links to all of
the Postgres PLs all in one place? It makes for an impressive list; for
the record:

Available PostgreSQL Procedural Languages
==========================================
C
http://www.us.postgresql.org/users-lounge/docs/7.3/postgres/xfunc-c.html

SQL
http://www.us.postgresql.org/users-lounge/docs/7.3/postgres/xfunc-sql.html

PL/pgSQL
http://www.us.postgresql.org/users-lounge/docs/7.3/postgres/plpgsql.html

PL/Perl
http://www.us.postgresql.org/users-lounge/docs/7.3/postgres/plperl.html

PL/Tcl
http://www.us.postgresql.org/users-lounge/docs/7.3/postgres/pltcl.html

PL/Python
http://www.us.postgresql.org/users-lounge/docs/7.3/postgres/plpython.html

PL/sh
http://webmail.postgresql.org/~petere/plsh.html

PL/R
http://www.joeconway.com/plr/

PL/Java
http://pljava.sourceforge.net/

PL/Ruby
http://raa.ruby-lang.org/list.rhtml?name=pl-ruby

==========================================

Joe


pgsql-general by date:

Previous
From: Dennis Gearon
Date:
Subject: Re: unlock rows
Next
From: Jean-Luc Lachance
Date:
Subject: Re: Function in selection?