[ADMIN] table column with special characters

2004-07-02 Thread Rahul k
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

[ADMIN] Perl stored procedures

2004-04-28 Thread Rahul k
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