Peter Eisentraut wrote:
> David Fetter wrote:
> > Kind people,
> >
> > Please find attached a diff to the SGML docs that attempts to go over
> > the new dollar quoting feature.
>
> I think we should just use $$ in each case. Otherwise it might look
> more complicated than before.
Agreed. I was worried about dollar arguments in functions, e.g. $1:
test=> select $$$1$$;
?column?
----------
$1
(1 row)
but that seems to be OK. Is our only problem actual $$ in a function
body? And there is no way of escaping that, right? They have to choose
a different quote characters sequence.
--
Bruce Momjian | http://candle.pha.pa.us
pgman@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073