Re: plpython function problem workaround - Mailing list pgsql-general

From Marco Colombo
Subject Re: plpython function problem workaround
Date
Msg-id Pine.LNX.4.61.0503291452260.28376@Megathlon.ESI
Whole thread Raw
In response to Re: plpython function problem workaround  (Marco Colombo <pgsql@esiway.net>)
List 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@ESI.it

pgsql-general by date:

Previous
From: Marco Colombo
Date:
Subject: Re: plpython function problem workaround
Next
From: Hrishikesh Deshmukh
Date:
Subject: Views!