On Wed, 30 Jun 2004, joseph speigle wrote:
> main=> \e hostname.sql
> ERROR: syntax error at or near "http" at character 290
> LINE 13: newuri = substr(tempuri from 'http://[^/]*/.*');
You probably need to double those quotes ('') since it's inside
a quoted string (the function body).