Re: [GENERAL] ODed on overloads

2006-03-29 Thread karly
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 yo

Re: [GENERAL] ODed on overloads

2006-03-29 Thread Joshua D. Drake
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? Joshua D. Drake -- =

[GENERAL] ODed on overloads

2006-03-29 Thread karly
I just wanted to get a sanity check on using overloading in PL/pgSQL. 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. The XML language is pretty simple,