From: | CSN <cool_screen_name90001(at)yahoo(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: plpythonu and dollar quoting |
Date: | 2005-05-03 22:06:37 |
Message-ID: | 20050503220637.66961.qmail@web52910.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Nevermind, I see dollar-quoting was added in 8.0.
--- CSN <cool_screen_name90001(at)yahoo(dot)com> wrote:
> Can dollar quoting be used with plpythonu (like with
> plperl -
>
http://www.postgresql.org/docs/8.0/interactive/plperl.html#PLPERL-FUNCS)?
> When trying to create a function I get this error:
>
> 'syntax error at or near "$"'
>
> If I use single quotes, then escape all quotes and
> (a
> lot of) backslashes in the python code then the
> function gets created fine.
>
> CSN
__________________________________
Do you Yahoo!?
Make Yahoo! your home page
http://www.yahoo.com/r/hs
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Fuhr | 2005-05-03 22:29:43 | Re: plpythonu and dollar quoting |
Previous Message | Zlatko Matic | 2005-05-03 22:04:41 | calculated identity field in views, again... |