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

2010-07-12 Thread Tom Lane
"Sergey" 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 -- Sent via pgsql-bugs mail

[BUGS] BUG #5553: Repeating the keyword DECLARE in the CREATE FUNCTION statement

2010-07-12 Thread Sergey
The following bug has been logged online: Bug reference: 5553 Logged by: Sergey Email address: s...@mail.ur.ru PostgreSQL version: 9 beta 2 Operating system: Windows XP Description:Repeating the keyword DECLARE in the CREATE FUNCTION statement Details: Is it a norma