[PATCHES] contribution: namespace.sql

2004-09-09 Thread Koju Iijima
Dear community, We found that one of RT items "namespace" has only few test cases. So I added more test cases to test whatever written in the document (chap 5.8). I tried to negate the explanation of chap5.8 and to find any faults. But no errors were found. I got the diff

Re: [PATCHES] contrib/dbmirror

2004-09-09 Thread Neil Conway
On Sun, 2004-09-05 at 01:59, [EMAIL PROTECTED] wrote: > Here is a patch for dbmirror to be applied for the next beta. Patch applied -- thanks! Note that one hunk was rejected, but it was misguided anyway (trying to change a $PostgreSQL$ tag into an $Id$, as a result of a private CVS tree I'd gues

Re: [PATCHES] Minor psql consistency fixes

2004-09-09 Thread Neil Conway
Greg Sabino Mullane wrote: Minor consistency fixes: have \df show schema and name first, make sure \di+ shows description last, and make \dl SQL look a little more standard. Patch applied -- thanks! -Neil ---(end of broadcast)--- TIP 2: you can get

[PATCHES] WIP: deferred-trigger rewrite

2004-09-09 Thread Tom Lane
Since this is a rather larger patch than we customarily apply during beta, I thought I'd better circulate it for review before pushing it in. It is not ready to apply yet because it lacks regression tests or doc updates, and also I haven't yet done anything about the idea of saving space by sharin

Re: [PATCHES] psql tab-completion improvements

2004-09-09 Thread Bruce Momjian
Neil Conway wrote: > Bruce Momjian wrote: > > Is this for 8.0? Seems it is fixes. > > Personally, I think it is more feature work than fixes. But I wouldn't > object to committing it to HEAD in time for 8.0, because it is likely > low-impact. That was my feeling. Part fix, part low impact. -

Re: [PATCHES] psql tab-completion improvements

2004-09-09 Thread Neil Conway
Bruce Momjian wrote: Is this for 8.0? Seems it is fixes. Personally, I think it is more feature work than fixes. But I wouldn't object to committing it to HEAD in time for 8.0, because it is likely low-impact. -Neil ---(end of broadcast)--- TIP 8:

Re: [PATCHES] psql tab-completion improvements

2004-09-09 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Is this for 8.0? Seems it is fixes? Well, there are no new features in it anyway. My vote is for 8.0, if only so that any bugs get found quicker and fixed for 8.1 :) - -- Greg Sabino Mullane [EMAIL PROTECTED] PGP Key: 0x14964AC8 200409092206

Re: [PATCHES] psql tab-completion improvements

2004-09-09 Thread Bruce Momjian
Is this for 8.0? Seems it is fixes. --- Greg Sabino Mullane wrote: [ There is text before PGP section. ] > [ PGP not available, raw data follows ] > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > NotDashEscaped: You nee

[PATCHES] contrib/dbase

2004-09-09 Thread Laurent Ballester
Hello, Here is a patch for contrib/dbase module to allow it to be compiled under win32 with mingw compiler. On dbf.h, add a include to define u_char type On dbf2pg.c, rename Escape type already defined on Windows by GDI (Graphic Device Interface) layer to Escape_db. Regards, Laurent dbf2pg.c

Re: [PATCHES] Minor psql consistency fixes

2004-09-09 Thread Neil Conway
Greg Sabino Mullane wrote: Minor consistency fixes: have \df show schema and name first, make sure \di+ shows description last, and make \dl SQL look a little more standard. I'll apply this in the next 24 hours, barring any objections. -Neil ---(end of broadcast)--

Re: [PATCHES] contrib/dbmirror

2004-09-09 Thread Neil Conway
[EMAIL PROTECTED] wrote: Here is a patch for dbmirror to be applied for the next beta. I'll apply this within the next 24 hours, barring any objections. -Neil ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan