Re: plpython function problem workaround

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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-15 14:46:54
Message-ID: 6000.1110898014@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Sim Zacks" <sim(at)compulab(dot)co(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John DeSoi 2005-03-15 14:58:38 Re: pg/plsql question
Previous Message Michael Glaesemann 2005-03-15 14:41:40 Re: CURRENT_TIME