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

From Tom Lane
Subject Re: plpython function problem workaround
Date
Msg-id 6000.1110898014@sss.pgh.pa.us
Whole thread Raw
In response to Re: plpython function problem workaround  ("Sim Zacks" <sim@compulab.co.il>)
Responses Re: plpython function problem workaround
Re: plpython function problem workaround
List pgsql-general
"Sim Zacks" <sim@compulab.co.il> writes:
> I've been looking at the possibility of having a planned CR in the source
> code and I don't see a case where it would happen.

Does python actually disallow newlines in string literals?  That is

    x = 'foo
bar'

Whether you think this is good style is not the question --- is it
allowed by the language?

            regards, tom lane

pgsql-general by date:

Previous
From: Michael Glaesemann
Date:
Subject: Re: CURRENT_TIME
Next
From: John DeSoi
Date:
Subject: Re: pg/plsql question