cursor - Search results in mailing lists

2008-06-27 05:06:57 | Explain XML patch (raneyt@cecs.pdx.edu)

cursor"), --- 403,409 ---- { "EXPLAIN", N_("show the execution plan of a statement"), ! N_("EXPLAIN [ ANALYZE

2008-06-01 16:03:48 | Re: [BUGS] BUG #4203: perform dblink() in begin/exception returns wrong SQLSTATE code (Joe Conway)

cursor"); else { ! DBLINK_RES_ERROR_AS_NOTICE("unable to open cursor"); PG_RETURN_TEXT_P(cstring

2008-05-19 02:55:23 | Re: WITH RECURSIVE patch V0.1 (Gregory Stark)

cursor to do this too. -- Gregory Stark EnterpriseDB http://www.enterprisedb.com Ask me about

2008-05-11 22:10:42 | Re: Snapshot management, final (Alvaro Herrera)

cursor for select (1), (2), (3); DECLARE CURSOR alvherre=# savepoint bar; SAVEPOINT alvherre=# close cur; CLOSE

2008-05-08 08:50:30 | Re: Updatable views (Bernd Helmle)

idea was to look at the updatable cursor stuff, maybe something there can be reused. -- Thanks Bernd

2008-05-02 17:43:32 | Re: [HACKERS] GUC parameter cursors_tuple_fraction (Hell, Robert)

cursor_tuple_fraction in the submitted patch. Regards, Robert -----Original Message----- From: Tom Lane [mailto

2008-04-18 13:53:52 | Testing pg_terminate_backend() (Bruce Momjian)

cursor" + CONTEXT: SQL function "max_xacttest" + ERROR: INSERT has more expressions than target columns + ERROR

2008-03-17 01:31:17 | [3/4] Proposal of SE-PostgreSQL patches (Kohei KaiGai)

cursor CURSOR FOR " - "SELECT * FROM ONLY %s", + "SELECT * %s FROM ONLY %s", + (!enable_selinux ? "" : "," SELINUX

2007-12-01 06:44:20 | plpgsql, forc statement (Pavel Stehule)

cursor, so longer SELECTs can be written outside cycle. Clean some related redundant code too. Regards

2007-09-14 08:56:06 | Re: XML binary I/O (was Re: tsearch refactorings) (Heikki Linnakangas)

cursor, &nbytes); result = palloc(nbytes + VARHDRSZ); SET_VARSIZE(result, nbytes + VARHDRSZ); --- 232,244 ---- xmlDocPtr doc; xmlChar

2007-08-31 11:44:51 | Re: [HACKERS] enum types and binary queries (Andrew Dunstan)

cursor, &nbytes); + + /* must check length to prevent Assert failure within SearchSysCache */ + if (strlen(name) >= NAMEDATALEN

2007-08-14 16:07:31 | Re: [BUGS] ON DELETE SET NULL clauses do error when more than two columns are (Tom Lane)

cursor(const char *src, int nargs, Oid *argtypes, int cursorOptions); --- 104,110 ---- Datum *Values, const

2007-08-10 23:21:50 | final CSVlog patch (Andrew Dunstan)

cursor + PIPE_HEADER_SIZE, p.len, ! dest); } } else *************** *** 778,791 **** appendBinaryStringInfo(str, cursor + PIPE_HEADER

2007-08-08 13:41:51 | Re: further WIP for COPYable logs (Andrew Dunstan)

cursor + PIPE_HEADER_SIZE, p.len, ! dest); } } else *************** *** 778,791 **** appendBinaryStringInfo(str, cursor + PIPE_HEADER

2007-07-22 20:23:38 | COPYable logs (Andrew Dunstan)

cursor + PIPE_HEADER_SIZE, p.len, log_type); } } else *************** *** 761,774 **** appendBinaryStringInfo(str, cursor + PIPE