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
  [EMAIL PROTECTED]               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to