"Thapliyal, Deepak" <dthapliyal(at)soe(dot)sony(dot)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