cursor - Search results in mailing lists

2005-07-28 17:55:42 | LIBPQ - FETCH INTO (Michael GUIARD)

cursors and fetch commands works fine for me. Is it possible to know the result

2005-07-26 17:03:49 | Re: libpq request results (Magnus Hagander)

cursor, and then fetch one (or a couple) of rows at a time. It should

2004-12-06 12:20:06 | [Linker Error] Unresolved external (Graf László)

CURSOR FOR SELECT * FROM pg_database"); PQclear(res); res = PQexec(conn, "FETCH ALL in mycursor

2004-09-29 07:14:23 | Poor Performance for large queries in functions (John Meinel)

cursors (they return fast, but the first FETCH NEXT, is very slow.) Does anyone know