Re: psql possible TODO

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: psql possible TODO
Дата
Msg-id 20061205214302.GK44124@nasby.net
обсуждение исходный текст
Ответ на Re: psql possible TODO  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: psql possible TODO  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
On Tue, Dec 05, 2006 at 01:13:04PM -0800, Joshua D. Drake wrote:
> If you mean control-P as in "paste" then I would say... get your hands
> off the mouse. The mouse is counter productive and it is faster to do
> this:
> 
> => \s
> 76 SELECT * FROM Foo;
> => !76

+1. I often find myself having to edit a pasted command just to add in
either explain or explain analyze when I'm doing performance tuning.
Granted, this should be easier in 8.2 with the improved buffer/up-arrow
behavior, but it's still not as handy as doing something like !42.
-- 
Jim Nasby                                            jim@nasby.net
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Double entries in log for page slots in beta3
Следующее
От: Robert Lor
Дата:
Сообщение: Re: [PATCHES] Dynamic Tracing docs