Re: plpython function problem workaround

From: Marco Colombo <pgsql(at)esiway(dot)net>
To: Sim Zacks <sim(at)compulab(dot)co(dot)il>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: plpython function problem workaround
Date: 2005-03-29 12:55:19
Message-ID: Pine.LNX.4.61.0503291452260.28376@Megathlon.ESI
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 29 Mar 2005, Marco Colombo wrote:

> # escapes (expanded by PostgreSQL)
> q3 = r"select count(f1) from test1 where f1 = 'this is a multi line
> string\r\nline2\r\nline3\r\n'"
> curs.execute(q3)
^^^^^^^^^^^^^^^^^^
This line (no. 28) is useless (but harmless), please ignore it
(just a cut&paste error).

.TM.
--
____/ ____/ /
/ / / Marco Colombo
___/ ___ / / Technical Manager
/ / / ESI s.r.l.
_____/ _____/ _/ Colombo(at)ESI(dot)it

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Hrishikesh Deshmukh 2005-03-29 13:27:36 Views!
Previous Message Marco Colombo 2005-03-29 12:39:34 Re: plpython function problem workaround