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
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
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