Re: [PATCHES] psql - missing tab-completion support for tablespaces

2004-08-12 Thread Bruce Momjian
Removed. Superceeded by later patch. --- Stefan Kaltenbrunner wrote: > [sorry if you get this mail twice, i think my first post didn't made it > passt the moderator queue] > > Hi! > > While playing around with 8.0devel I

Re: [PATCHES] psql - missing tab-completion support for tablespaces

2004-08-10 Thread Stefan Kaltenbrunner
Bruce Momjian wrote: Stefan Kaltenbrunner wrote: When looking through the code I found that there seem to be much more places where the tabcomplete-code is not 100% in sync with what the doc's show as possible syntax. Is there interest in fixing those up (ie qualifing as BUGS that can get fixed dur

Re: [PATCHES] psql - missing tab-completion support for tablespaces

2004-08-09 Thread Tom Lane
Gaetano Mendola <[EMAIL PROTECTED]> writes: > About this I usefull have in the "rollback to " the list of save > point, I did the autocomplete patch for the nested transaction but I was not > able to retrieve the "active" savepoints, is it really impossible to hack > that part ? There isn't any w

Re: [PATCHES] psql - missing tab-completion support for tablespaces

2004-08-09 Thread Gaetano Mendola
Bruce Momjian wrote: Stefan Kaltenbrunner wrote: When looking through the code I found that there seem to be much more places where the tabcomplete-code is not 100% in sync with what the doc's show as possible syntax. Is there interest in fixing those up (ie qualifing as BUGS that can get fixed dur

Re: [PATCHES] psql - missing tab-completion support for tablespaces

2004-08-08 Thread Bruce Momjian
Stefan Kaltenbrunner wrote: > When looking through the code I found that there seem to be much more > places where the tabcomplete-code is not 100% in sync with what the > doc's show as possible syntax. > Is there interest in fixing those up (ie qualifing as BUGS that can get > fixed during BETA) ?

[PATCHES] psql - missing tab-completion support for tablespaces

2004-08-08 Thread Stefan Kaltenbrunner
Hi! While playing around with 8.0devel I found it somewhat irritating that psql had no tab-complete support for all tablespace related commands. Attached is my own poor attempt that adds at least basic support for CREATE/ALTER/DROP and \db. When looking through the code I found that there seem t

Re: [PATCHES] psql - missing tab-completion support for tablespaces

2004-08-07 Thread Bruce Momjian
Yes, I just noticed this myself. Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches It will be applied as soon as one of the PostgreSQL committers reviews and approves it. --

[PATCHES] psql - missing tab-completion support for tablespaces

2004-08-07 Thread Stefan Kaltenbrunner
[sorry if you get this mail twice, i think my first post didn't made it passt the moderator queue] Hi! While playing around with 8.0devel I found it somewhat irritating that psql had no tab-complete support for all tablespace related commands. Attached is my own poor attempt that adds at least ba