Re: PostgreSQL as an application server

From: "Jonathan M(dot) Gardner" <jgardner(at)jonathangardner(dot)net>
To: "J(dot) Andrew Rogers" <jrogers(at)neopolitan(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: PostgreSQL as an application server
Date: 2004-08-08 07:00:31
Message-ID: 200408080000.38777.jgardner@jonathangardner.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Friday 06 August 2004 10:00 am, J. Andrew Rogers wrote:
>
> The major disadvantage is that the development environment and tools
> for in-database languages aren't nearly as rich as your typical
> standalone environment, which makes programming a pain in the ass for
> many types of codes.

I've been using PL/PythonU with great success. I haven't plugged in a
debugger yet, but I don't see why that isn't possible. As far as error
handling goes, the exceptions are caught like native database exceptions,
and the information presented is more than enough to solve the problems.

- --
Jonathan Gardner
jgardner(at)jonathangardner(dot)net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFBFc+Vqp6r/MVGlwwRAl1XAJ4ic4l5OVVmsPWF9JZCestI4EnJmwCgtzIe
wW198egMzUxDmu3yH8u2rPk=
=Kenn
-----END PGP SIGNATURE-----

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-08-08 07:09:12 Re: beta time
Previous Message Tom Lane 2004-08-08 06:22:15 Re: SRF/dropped column bug