Re: loops - Mailing list pgsql-general

From John R Pierce
Subject Re: loops
Date
Msg-id 4A25524C.9050105@hogranch.com
Whole thread Raw
In response to loops  ("Esneiker" <eenriquez@cav.desoft.cu>)
Responses Re: loops
List pgsql-general
Esneiker wrote:
>
> Hello, can anybody tell me how to do loops in postgres?
>

SQL, the query language, has no such control structures.  SQL is a
'declarative' language rather than a procedural one.

pl/pgsql stored procedures do, however, as they embed SQL in a
procedural context.
depesz posted the link to the appropriate docs.




pgsql-general by date:

Previous
From: Brandon Metcalf
Date:
Subject: timestamp no fractional seconds
Next
From: hubert depesz lubaczewski
Date:
Subject: Re: timestamp no fractional seconds