Re: plpgsql syntax

From: Yasir Malik <ymalik(at)cs(dot)stevens-tech(dot)edu>
To: PostgreSQL <pgsql-sql(at)postgresql(dot)org>
Subject: Re: plpgsql syntax
Date: 2004-09-23 16:02:58
Message-ID: Pine.NEB.4.60.0409231201560.9666@originalnaya.cs.stevens-tech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2004-09-23 16:19:39 Re: plpgsql syntax
Previous Message Kemin Zhou 2004-09-23 15:32:50 plpgsql syntax