Re: ODed on overloads

From: karly(at)kipshouse(dot)org
To: pgsql-general(at)postgresql(dot)org
Subject: Re: ODed on overloads
Date: 2006-03-29 20:40:21
Message-ID: 20060329124021.A25834@kipshouse.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Mar 29, 2006 at 12:19:03PM -0800, Joshua D. Drake wrote:
>
> > MY application sends XML requests to a perl script, which has to
> > parse them and turn them into queries which get sent off, then the
> > results are put back into XML, and sent back to the client.
>
> This doesn't answer your question... but why not just use plPerl?

Reasonable question that I asked and my co-developer asked.

Well the Perl middleware are CGI scripts, and some times do things
other than DB queries, so they need to be outside the DB. I guess
in DB Client/Server parlance the CGI scripts are the client.

As to why PL/SQL instead of PL/Perl, I inherited the DB work by
default, and I had some examples in PL/SQL, so I continued with
that before I discovered PL/Perl. Since the two developers working
on this are comfortable with Perl, we'll be investigating porting
everything to PL/Perl, but for now we just need to get a functional
prototype ASAP.

-karl

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Josh Rovero 2006-03-29 20:56:19 Re: [SQL] Flight numbers data
Previous Message SCassidy 2006-03-29 20:34:53 Re: PostgreSQL's XML support comparison against other