Re: psql describe.c cleanup

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: psql describe.c cleanup
Дата
Msg-id BANLkTi=mUrBib+DhvovG3XkUQUxizKqkmw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: psql describe.c cleanup  (Merlin Moncure <mmoncure@gmail.com>)
Ответы Re: psql describe.c cleanup  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Wed, Jun 15, 2011 at 9:01 AM, Merlin Moncure <mmoncure@gmail.com> wrote:
> On Tue, Jun 14, 2011 at 9:08 PM, Josh Kupershmidt <schmiddy@gmail.com> wrote:
>> On Tue, Jun 14, 2011 at 12:15 PM, Merlin Moncure <mmoncure@gmail.com> wrote:
>>> What I do wonder though is if the ; appending should really be
>>> happening in printQuery() instead of in each query -- the idea being
>>> that formatting for external consumption should be happening in one
>>> place.  Maybe that's over-thinking it though.
>>
>> That's a fair point, and hacking up printQuery() would indeed solve my
>> original gripe about copy-pasting queries out of psql -E. But more
>> generally, I think that standardizing the style of the code is a Good
>> Thing, particularly where style issues impact usability (like here).
>
> sure -- if anyone would like to comment on this one way or the other
> feel free -- otherwise I'll pass the patch up the chain as-is...it's
> not exactly the 'debate of the century' :-).

done.  marked ready for committer.

merlin


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [Streaming] Datum compression
Следующее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: pg_upgrade using appname to lock out other users