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

2006-03-29 Thread Steve Woodcock
On 21/03/06, Bruce Momjian wrote: > Steve, we have already applied a patch by Sergey E. Koposov to do this. > Would you review CVS HEAD and see that everything works as you would > like. Thanks. Yeah it's good; stores multiline queries in .psql_history which is an improvement over my patch. Che

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

2006-03-21 Thread Bruce Momjian
Steve Woodcock wrote: > Hi all, > > Attached is a patch for the following TODO item: > > o Improve psql's handling of multi-line queries > > Currently, while \e saves a single query as one entry, interactive > queries are saved one line at a time. Ideally all queries > whould be saved lik

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

2005-09-23 Thread Bruce Momjian
This has been saved for the 8.2 release: http://momjian.postgresql.org/cgi-bin/pgpatches_hold --- Steve Woodcock wrote: > Hi all, > > Attached is a patch for the following TODO item: > > o Improve psql's handling