"Thapliyal, Deepak" <dthapliyal@soe.sony.com> writes:
> I am getting this error
>
> postgres=# \i a.sql
> psql:a.sql:10: ERROR: parser: parse error at or near "return" at character
> 26
> create function loadme() return text as '
^^^^^^
I think you want "returns" here.
-Doug