Re: plpython function problem workaround

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: plpython function problem workaround
Дата
Msg-id 6000.1110898014@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: plpython function problem workaround  ("Sim Zacks" <sim@compulab.co.il>)
Ответы Re: plpython function problem workaround  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Re: plpython function problem workaround  (Marco Colombo <pgsql@esiway.net>)
Список 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 по дате отправления:

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: CURRENT_TIME
Следующее
От: John DeSoi
Дата:
Сообщение: Re: pg/plsql question