Hi,
I need to query a table with column name having
special characters ":", "@", "/", for example:
ab:cde12n/[EMAIL PROTECTED]
When performing a select on this column I get this
error:
ERROR: parser: parse error at or near ":"
Any suggestions how to escape these special
characters?
thanks
rk
Im looking for some documentation on writing stored
procedures using PL/Perl. The PostrgeSQL tutorials
give only a brief introduction to this which is good
but enough :
http://www.postgresql.org/docs/7.4/static/plperl.html
Can anyone pls send any links to more documentation.
Thanks