Re: [GENERAL] Questions about CURSORS

2000-05-28 Thread Tom Lane
Marcos Barreto de Castro <[EMAIL PROTECTED]> writes: > computers at the same time. > Suppose I've created a CURSOR for a SELECT * FROM > GROUP BY . > Suppose I have fetched the 3rd record and am going > to fetch the 4th and in the meantime someone at > another computer just DELETED that 4th

Re: [GENERAL] Questions about CURSORS

2000-05-28 Thread Martijn van Oosterhout
Marcos Barreto de Castro wrote: > > Hi, > > Suppose there is a table that's being shared among 5 > computers at the same time. > Suppose I've created a CURSOR for a SELECT * FROM > GROUP BY . > Suppose I have fetched the 3rd record and am going > to fetch the 4th and in the meantime someo

[GENERAL] Questions about CURSORS

2000-05-28 Thread Marcos Barreto de Castro
Hi, Suppose there is a table that's being shared among 5 computers at the same time. Suppose I've created a CURSOR for a SELECT * FROM GROUP BY . Suppose I have fetched the 3rd record and am going to fetch the 4th and in the meantime someone at another computer just DELETED that 4th recor