Karsten Hilbert wrote:
> > > is there a way return a column with the row number automatically
> > > generated according the way the rows were processed by the query.
> >
> > No, but you can easily keep a counter in the client.
>
> How, then, do I do it if I "need" the "row number" in a view ?
Keep the counter in the client as you process or display the result
rows.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/