Re: [PATCHES] TODO item -- Improve psql's handling of multi-line queries

2005-12-07 Thread Bruce Momjian
[ Previous version removed.] 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. --

Re: [PATCHES] TODO item -- Improve psql's handling of multi-line queries

2005-12-07 Thread Andreas Seltenreich
Sergey E. Koposov schrob: > I submit the new version of my patch (against the CVS tip), correcting the > problem with \edit (pointed by Andreas). So now everything works fine. I think there's a pgflush_history() call missing somewhere, since the buffer isn't flushed on a control-c. The fresh que

Re: [PATCHES] TODO item -- Improve psql's handling of multi-line queries

2005-12-04 Thread Bruce Momjian
Can I have this patch in diff -c? The format you used isn't reliable for patching. Thanks. --- Sergey E. Koposov wrote: > Hello, > > Sorry for not quick problem fixing, I was quite busy last time... > > I submit the new

Re: [PATCHES] TODO item -- Improve psql's handling of multi-line queries

2005-12-02 Thread Andreas Seltenreich
Bruce Momjian writes: > Where are we on this patch? Was it submitted? Applied? Just an > idea? | This has been saved for the 8.2 release: | | http://momjian.postgresql.org/cgi-bin/pgpatches_hold I tested it with 8.1RC1 and noticed the inconsistency with the \edit command. I guess one w

Re: [PATCHES] TODO item -- Improve psql's handling of multi-line queries

2005-12-01 Thread Bruce Momjian
Where are we on this patch? Was it submitted? Applied? Just an idea? --- Andreas Seltenreich wrote: > Sergey E. Koposov writes: > > > I'm proposing the small patch for the TODO item -- Improve psql's handling > > of mul

Re: [PATCHES] TODO item -- Improve psql's handling of multi-line queries

2005-11-15 Thread Andreas Seltenreich
Sergey E. Koposov writes: > I'm proposing the small patch for the TODO item -- Improve psql's handling > of multi-line queries. With this patch the multi-line queries are saved > by readline as whole and not line by line. I like it already! > This is my first patch for Postgres but it seems to

Re: [PATCHES] TODO item -- Improve psql's handling of multi-line queries

2005-10-30 Thread Bruce Momjian
This has been saved for the 8.2 release: http://momjian.postgresql.org/cgi-bin/pgpatches_hold --- Sergey E. Koposov wrote: > Hello All, > > I'm proposing the small patch for the TODO item -- Improve psql's handlin

[PATCHES] TODO item -- Improve psql's handling of multi-line queries

2005-10-29 Thread Sergey E. Koposov
Hello All, I'm proposing the small patch for the TODO item -- Improve psql's handling of multi-line queries. With this patch the multi-line queries are saved by readline as whole and not line by line. This is my first patch for Postgres but it seems to work and to not break anything. I'm wai