Re: Problem with plpython editing

From: frank_lupo <frank_lupo(at)email(dot)it>
To: saito <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
Cc: luigi(dot)lumento <luigi(dot)lumento(at)tin(dot)it>
Subject: Re: Problem with plpython editing
Date: 2003-07-29 10:14:45
Message-ID: HIS74L$BBBC4782E60C2FDB48A33943B7C6357E@email.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

> 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
> > a sintax error at the second line. I suppose it is because of
> > linefeed/carriage return characters at the end of each line.
> >
> > Hope the problem can be resolved.
>
> It is strange.
>
> Will you try this?
> Try to add this before the SQL practice of about the 32nd line.
> ----------------------------------------------------------------
> frmSQLInput.frm
> ....
> ' change CRLF -> LF
> szSQL = Replace(szSQL, vbCrLf, vbLf)
>
> Set rsQuery = frmMain.svr.Databases(szDatabase).Execute(szSQL, , , qryUser)
> ----------------------------------------------------------------
> Frank Lupo will apply it if this seems to be normal.
>
> Regards,
> Hiroshi-Saito
>

Ok, fix error new binary in
http://cvs.pgadmin.org/cgi-bin/viewcvs.cgi/pgadmin2/binaries

Bye !!
Frank Lupo (Wolf) !!

/\_ _/\
\ o o /
--ooo-----ooo---

--
GPG Key: http://users.jc-hosting.co.uk/frank_lupo/files/publickey.txt

WebSite: http://users.jc-hosting.co.uk/frank_lupo

--
Email.it, the professional e-mail, gratis per te: http://www.email.it/f

Sponsor:
Le nuove iniziative del Garden Center Peraga: i Tour Day Peraga per andare alla scoperta del Canavese e il Labirinto delle Pannocchie per perdersi in un’oasi di pace, a contatto con la natura.
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=1615&d=29-7

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dan O Barr 2003-07-29 16:39:16 Minor annoyance in pgAdmin III
Previous Message Hiroshi Saito 2003-07-28 23:36:43 Re: Problem with plpython editing