Re: [GENERAL] cursor manipulation

2008-03-21 Thread Albe Laurenz
Justin wrote: > Cursor manipulation with select statements > > This is something i did in foxpro and wonder if it is at all > possible in pl/pgSQL. Yes, it is. See http://www.postgresql.org/docs/current/static/plpgsql-cursors.html Yours, Laurenz Albe -- Sent via pgsql-general mailing list (pgs

[GENERAL] cursor manipulation

2008-03-20 Thread Justin
Cursor manipulation with select statements This is something i did in foxpro and wonder if it is at all possible in pl/pgSQL. I would create a cursor in foxpro then populate it with Inserts then after all that was done use a Select statement to do more manipulation if need be the Foxpro cod