Re: [PATCHES] psql tab-completion improvements

2004-09-21 Thread Neil Conway
On Wed, 2004-09-01 at 09:34, Greg Sabino Mullane wrote: > Some improvements for the tab-completion of psql. This should > address all of the items in the todo list and adds some new > things as well. Patch applied. Thanks. Bruce: this was also on the pending list. -Neil

Re: [PATCHES] psql tab-completion improvements

2004-09-10 Thread Gaetano Mendola
Bruce Momjian wrote: 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 impa

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] psql tab-completion improvements

2004-08-31 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message Some improvements for the tab-completion of psql. This should address all of the items in the todo list and adds some new things as well. Specifically: * Add support for ALTER SEQUENCE ... * Ad