Re: [SQL] FETCH ... INTO in PL/pgSQL

2001-03-15 Thread Jan Wieck
Josh Berkus wrote: > Tom, Bruce, > >Is there any way to make use of the contents of a cursor in a PL/pgSQL > function? FETCH ... INTO isn't supported, according to the docs. Can I > use the dot notation, or something similar? PL/pgSQL doesn't support cursors at all. That's basically a

[SQL] FETCH ... INTO in PL/pgSQL

2001-03-14 Thread Josh Berkus
Tom, Bruce, Is there any way to make use of the contents of a cursor in a PL/pgSQL function? FETCH ... INTO isn't supported, according to the docs. Can I use the dot notation, or something similar? -Josh -- __AGLIO DATABASE SOLUTIONS