"Postgres User" <postgres(dot)developer(at)gmail(dot)com> writes:
> So I added the following code:
> <before opening cursor> ref_entry = 'c_entry';
> <after looping thru cursor> MOVE Backward All In c_entry;
You have to use EXECUTE for the latter.
regards, tom lane
In response to
Responses
pgsql-hackers by date
| Next: | From: Tom Lane | Date: 2007-03-02 06:02:41 |
| Subject: Re: broken doc |
| Previous: | From: Tatsuo Ishii | Date: 2007-03-02 05:32:42 |
| Subject: broken doc |
pgsql-general by date
| Next: | From: Postgres User | Date: 2007-03-02 06:04:05 |
| Subject: Re: Fun with Cursors- how to rewind a cursor |
| Previous: | From: Eddy D. Sanchez | Date: 2007-03-02 05:12:06 |
| Subject: Re: Add items to a record variable |