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

[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 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 what the s

Re: [PATCHES] New regresion test for SET/RESET commnad

2006-07-19 Thread Zdenek Kotala
Tom Lane wrote: Zdenek Kotala <[EMAIL PROTECTED]> writes: I created new regression test for check SET and RESET commands and configuration subsystem. Does this actually accomplish anything? The checks that retail SETs and RESETs work seem redundant with numerous existing tests. I think no.