Re: massive quotes? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: massive quotes?
Date
Msg-id 756.1063310950@sss.pgh.pa.us
Whole thread Raw
In response to Re: massive quotes?  (Jon Jensen <jon@endpoint.com>)
Responses Re: massive quotes?  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Jon Jensen <jon@endpoint.com> writes:
> Is there a reason not to use here documents?

The $$FOO proposal I put forward earlier was consciously modeled on
here-documents.  We cannot use exactly the shell syntax for
here-documents, though, mainly because we already have meaning assigned
to strings like <<' (<< is already a standard operator, and the ' could
be the start of an ordinary literal).

I would definitely like to see us adopt a proposal that is like
here-documents to the extent that there's a family of possible
terminator markers and not only one.  But we'll have to adjust the
syntax a little bit.  If you don't like $$FOO, what else comes to mind?
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Matthew T. O'Connor"
Date:
Subject: Re: Another small bug (pg_autovacuum)
Next
From: Bruce Momjian
Date:
Subject: Re: Another small bug (pg_autovacuum)