Re: BUG #5553: Repeating the keyword DECLARE in the CREATE FUNCTION statement

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Sergey" <sklo(at)mail(dot)ur(dot)ru>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5553: Repeating the keyword DECLARE in the CREATE FUNCTION statement
Date: 2010-07-12 14:18:40
Message-ID: 14588.1278944320@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Sergey" <sklo(at)mail(dot)ur(dot)ru> writes:
> Description: Repeating the keyword DECLARE in the CREATE FUNCTION
> statement

> Is it a normal behavior of the parser:

Yes. This isn't a bug, you've just written a bunch of empty DECLARE
sections.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Milen A. Radev 2010-07-12 14:22:25 Re: BUG #5552: incorrect returned value of time
Previous Message Tom Lane 2010-07-12 14:17:36 Re: BUG #5554: PostgreSQL 8.4.0 doesn't update my table