Re: wrapping in extended mode doesn't work well with default pager

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: wrapping in extended mode doesn't work well with default pager
Дата
Msg-id 3376.1402539413@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: wrapping in extended mode doesn't work well with default pager  (Noah Misch <noah@leadboat.com>)
Ответы Re: wrapping in extended mode doesn't work well with default pager
Re: wrapping in extended mode doesn't work well with default pager
Список pgsql-hackers
Noah Misch <noah@leadboat.com> writes:
> Based on the commit message and procedural history, I thought commit 6513633
> was changing behavior solely for the combination of "\pset expanded" and
> "\pset format wrapped".  Peter's and my test cases show that it also changed
> behavior for "\pset expanded" alone.  That's a bug, unless someone sees to
> argue that the new "\pset expanded" behavior is a desirable improvement in
> spite of its origin as an accident.  Altering an entrenched psql output format
> is a big deal.

TBH I'm wondering if we shouldn't just revert that patch (and the
subsequent fix attempts).  It was not a major feature and I'm thinking
we have better things to do right now than try to fix the multiple
logic holes it evidently has.  The author's certainly welcome to try
again with a more carefully thought-through patch for 9.5.
        regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: wrapping in extended mode doesn't work well with default pager
Следующее
От: Robert Haas
Дата:
Сообщение: Re: API change advice: Passing plan invalidation info from the rewriter into the planner?