Re: [pgadmin-support] Problem with plpython editing

2003-07-31 Thread Luigi Lumento
Thanks to Frank Lupo and Hiroshi Saito for modifying frmSQLInput.frm. Now it works good with writing plpython functions. However the problem still remains with frmFunction.frm. For this form to work with plpython we need to do the same work. I did try and works.This is the code. (Hope it doe

Re: [pgadmin-support] Problem with plpython editing

2003-07-30 Thread frank_lupo
> Thanks to Frank Lupo and Hiroshi Saito for modifying frmSQLInput.frm. Now it >works good with writing plpython functions. >However the problem still remains with frmFunction.frm. For this form to work with >plpython we need to do the same work. I did try and works. >   >   >   > Regards > Lu

Re: [pgadmin-support] Problem with plpython editing

2003-07-30 Thread Hiroshi Saito
Hi Luigi Lumento. From: Luigi Lumento > Thanks to Frank Lupo and Hiroshi Saito for modifying frmSQLInput.frm. > Now it works good with writing plpython functions. It was good.! > However the problem still remains with frmFunction.frm. For this form to > work with plpython we need to do the s

Re: [pgadmin-support] Problem with plpython editing

2003-07-29 Thread frank_lupo
> Dear Luigi Lumento. > > - Original Message - > > > I'm writing to submit a problem on using pgadmin2 to > > write plpython functions. It didn' happen with pltcl. > > When i write a function that is longer than one line of code, > > the server accepts its definition but isn't able

Re: [pgadmin-support] Problem with plpython editing

2003-07-28 Thread Hiroshi Saito
Dear Luigi Lumento. - Original Message - > I'm writing to submit a problem on using pgadmin2 to > write plpython functions. It didn' happen with pltcl. > When i write a function that is longer than one line of code, > the server accepts its definition but isn't able to execute it due to >

[pgadmin-support] Problem with plpython editing

2003-07-28 Thread Luigi Lumento
I'm writing to submit a problem on using pgadmin2 to write plpython functions. It didn' happen with pltcl. When i write a function that is longer than one line of code, the server accepts its definition but isn't able to execute it due to a sintax error at the second line. I suppose it is be