Re: [PATCHES] psql tab-complete patch #3

2004-08-20 Thread Stefan Kaltenbrunner
Bruce Momjian wrote: Great, patch applied. I merged it into Gavin's recent ALTER INDEX addition. Many thanks for applying my first patch, but looking at result I noticed that you have removed INDEX from the list_ALTER which looks like a possible merge-error to me(Garry added that one in his orig

Re: [PATCHES] psql tab-complete patch #3

2004-08-20 Thread Bruce Momjian
Great, patch applied. I merged it into Gavin's recent ALTER INDEX addition. I have added your list of uncompleted items to the TODO list. --- Stefan Kaltenbrunner wrote: > Hi all! > > Attached is the third version of my p

Re: [PATCHES] psql tab-complete patch #3

2004-08-15 Thread Bruce Momjian
It is great you looked over the tab code and got it up to date. Yea, there are some enhancements in the patch, but it seems safe enough to get in. Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches It will be applied a

[PATCHES] psql tab-complete patch #3

2004-08-14 Thread Stefan Kaltenbrunner
Hi all! Attached is the third version of my patch that adds/fixes several things to/in the psql-tabcomplete code. This diff includes the still missing tab-complete support for TABLESPACE I already sent earlier. New in this version of the patch is a small adaption of the tab-complete code to supp