Re: [HACKERS] [PATCHES] pg_regress in C

2006-07-19 Thread Martijn van Oosterhout
On Tue, Jul 18, 2006 at 10:46:04PM -0400, Tom Lane wrote: ... One reason I didn't try to do this is I'm a bit hesitant to write a signal handler that does anything as interesting as a system() call, which would seem to be necessary to duplicate what the shell script did. Comments? It might

[PATCHES] extension for sql update

2006-07-19 Thread Susanne Ebrecht
Hi, here is a patch that extends update syntax following the sql standard. The patch includes sgml documentation, too. For example: UPDATE table SET (col1, col2, ...) = (val1, val2, ...), (colm, coln, ...) = (valm, valn, ...), ...; Susanne Index: doc/src/sgml/ref/update.sgml

Re: [HACKERS] [PATCHES] pg_regress in C

2006-07-19 Thread Tom Lane
Martijn van Oosterhout kleptog@svana.org writes: On Tue, Jul 18, 2006 at 10:46:04PM -0400, Tom Lane wrote: ... One reason I didn't try to do this is I'm a bit hesitant to write a signal handler that does anything as interesting as a system() call, which would seem to be necessary to duplicate

Re: [PATCHES] pgcrypto merge cleanup

2006-07-19 Thread Neil Conway
On Tue, 2006-07-18 at 16:06 +0300, Marko Kreen wrote: - Few README fixes - Keep imath Id string, put $PostgreSQL$ separately. Applied, thanks. -Neil ---(end of broadcast)--- TIP 6: explain analyze is your friend