Re: psql -e

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: psql -e
Дата
Msg-id 20030728125347.GB11778@svana.org
обсуждение исходный текст
Ответ на Re: psql -e  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: psql -e  (nolan@celery.tssi.com)
Re: psql -e  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hmm, a little late here, but why not just unbuffer stdout, or are there
reasons to preserve some buffering?

On Thu, Jul 24, 2003 at 09:53:38AM -0400, Tom Lane wrote:
> Peter Eisentraut <peter_e@gmx.net> writes:
> > Rajesh Kumar Mallah writes:
> >> The echo feature of psql echos the query after its executed.
> >> does it makes more sense to have the reverse.
>
> > The query is printed *before* it is executed, but you might not see it
> > because your terminal is not flushing the stdout at the right times.
>
> It might be a good idea to do an explicit fflush(stdout) right after
> printing the query.  I observe that PSQLexec() does this, and SendQuery
> does too in one path --- but not in the other.
>
>             regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> "All that is needed for the forces of evil to triumph is for enough good
> men to do nothing." - Edmond Burke
> "The penalty good people pay for not being interested in politics is to be
> governed by people worse than themselves." - Plato

Вложения

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

Предыдущее
От: Rich Cullingford
Дата:
Сообщение:
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 7.3.3 array_out tweak