| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
| Cc: | David Fetter <david(at)fetter(dot)org>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org> |
| Subject: | Re: Dollar quoting docs, round 1 |
| Date: | 2004-04-28 16:30:06 |
| Message-ID: | 200404281630.i3SGU6808529@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2004-04-28 16:32:33 | Re: Dollar quoting docs, round 1 |
| Previous Message | David Fetter | 2004-04-28 16:23:00 | Re: Dollar quoting docs, round 1 |