Alvaro Herrera wrote: > On Thu, Aug 25, 2005 at 01:53:32PM -0000, Greg Sabino Mullane wrote: > > > Tom Lane asked: > > > > >> o Improve psql's handling of multi-line queries > > > > > Uh, what's wrong with it? This item seems far too vague. > > > > I think perhaps this means adding multi-line support to > > the tab-completion? Only thing I can think of, cause other > > than that, multi-line queries work just fine. > > The saved history is also not cool about multiline queries. If you > enter them interactively (or by pasting), they are entered as several > entries. If you edit them with \e, they are entered as a single unit.
TODO updated: 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 like \e does. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq