Re: Fwd: polite request about syntax

From: Douglas McNaught <doug(at)mcnaught(dot)org>
To: "Ricardo Malafaia" <rmalafaia(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Fwd: polite request about syntax
Date: 2006-09-15 16:33:19
Message-ID: 87mz91ks34.fsf@suzuka.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Ricardo Malafaia" <rmalafaia(at)gmail(dot)com> writes:

> What happens then when it sees something like a double variable
> interpolation as in $$foobar? ;)

Then you use $FOO$ (or something else that doesn't appear in your
code) as the delimiter--you're not limited to just $$.

-Doug

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message D'Arcy J.M. Cain 2006-09-15 16:35:37 Re: New version of money type
Previous Message Gregory Stark 2006-09-15 16:30:27 Optimize ORDER BY ... LIMIT