Re: Fwd: polite request about syntax - Mailing list pgsql-hackers

From Douglas McNaught
Subject Re: Fwd: polite request about syntax
Date
Msg-id 87mz91ks34.fsf@suzuka.mcnaught.org
Whole thread Raw
In response to Fwd: polite request about syntax  ("Ricardo Malafaia" <rmalafaia@gmail.com>)
Responses Re: Fwd: polite request about syntax  ("Ricardo Malafaia" <rmalafaia@gmail.com>)
List pgsql-hackers
"Ricardo Malafaia" <rmalafaia@gmail.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


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Optimize ORDER BY ... LIMIT
Next
From: "D'Arcy J.M. Cain"
Date:
Subject: Re: New version of money type