Re: massive quotes?

From: Ang Chin Han <angch(at)bytecraft(dot)com(dot)my>
To: Tilo Schwarz <mail(at)tilo-schwarz(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: massive quotes?
Date: 2003-09-13 04:48:00
Message-ID: 3F62A180.4010700@bytecraft.com.my
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tilo Schwarz wrote:
> What about the Python approach: The literal text is enclosed either in a pair
> of three single quotes or three double quotes. So you can do (e.g. in the
> python shell)

It'll only make plpyhon functions harder to write, if you need to use
longstring quoting INSIDE your plpython functions yourself, e.g.
documentation strings.

'Here' documents seems like the most sensible solution to me so far.

--
Linux homer 2.4.18-14 #1 Wed Sep 4 13:35:50 EDT 2002 i686 i686 i386
GNU/Linux
12:30pm up 261 days, 3:54, 5 users, load average: 5.21, 5.12, 5.19

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-09-13 14:48:36 Re: Unixware Patch (Was: Re: Beta2 Tag'd and Bundled ...)
Previous Message Marc G. Fournier 2003-09-13 04:08:05 Re: [PATCHES] Reorganization of spinlock defines