Re: For loop - Mailing list pgsql-sql

From Adrian Klaver
Subject Re: For loop
Date
Msg-id 200703130632.34282.aklaver@comcast.net
Whole thread Raw
In response to Re: For loop  ("Ezequias R. da Rocha" <ezequias@fastcon.com.br>)
List pgsql-sql
On Tuesday 13 March 2007 6:19 am, Ezequias R. da Rocha wrote:
> They are not working well.
>
> Allways the same error.
>
> (if while)
> ERROR: syntax error at or near "WHILE"
> SQL state: 42601
> Character: 1
>
> (if for)
>
> ERROR: syntax error at or near "FOR"
> SQL state: 42601
> Character: 1
>
> (if loop)
> ERROR: syntax error at or near "LOOP"
> SQL state: 42601
> Character: 1
>  I installed the pgsql but I don't think it is a problem of language.
> What could be wrong ? I am not using functions too. I am using the SQL
> tool of PgAdmin III.
>
> Any help would be glad.
>
Can we see the complete function?
-- 
Adrian Klaver
aklaver@comcast.net


pgsql-sql by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: For loop
Next
From: "Ezequias R. da Rocha"
Date:
Subject: Re: For loop