Re: plpgsql syntax - Mailing list pgsql-sql

From Yasir Malik
Subject Re: plpgsql syntax
Date
Msg-id Pine.NEB.4.60.0409231201560.9666@originalnaya.cs.stevens-tech.edu
Whole thread Raw
In response to plpgsql syntax  (Kemin Zhou <kemin.zhou@ferring.com>)
List pgsql-sql
> for example
> create function a_func() return integer as
> .....
> end a_func
>
> after as and before end a_func marks the definition body. Would this be 
> better than the ' '?

I guess having a parser that gave better error messages would be nice, 
too.

Yasir


pgsql-sql by date:

Previous
From: Kemin Zhou
Date:
Subject: plpgsql syntax
Next
From: Tom Lane
Date:
Subject: Re: plpgsql syntax