|
|
|
|
|
by goatinaboat
2422 days ago
|
|
What you shouldn't use is server-side cursor, which you create with DECLARE in PosgreSQL. That entirely depends on the DB. Oracle for example always executes with a server-side cursor; all declaring it does is give you a handle to what it was doing anyway. |
|