Re: [HACKERS] psql and Control-C

Поиск
Список
Период
Сортировка
От Chris Bitmead
Тема Re: [HACKERS] psql and Control-C
Дата
Msg-id 38B07450.2B25309D@nimrod.itg.telecom.com.au
обсуждение исходный текст
Ответ на Re: [HACKERS] psql and Control-C  (Peter Eisentraut <e99re41@DoCS.UU.SE>)
Список pgsql-hackers
Peter Eisentraut wrote:
> 
> On Fri, 18 Feb 2000, Chris Bitmead wrote:
> 
> > I mean escape from a half-typed in query, not escape from psql
> > altogether.
> 
> If you don't read the documentation before running a program, I can't help
> you. Also, the welcome message points out both \? and \q.

I think it takes quite a while to realise that you can intersperse a
backslash command anywhere. like..

select * from
\q

which is a bit different to shell where
while :
exit

will not have the desired effect.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Re: SQL compliance - why -- comments only at psql level?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] Patch for more readable parse error messages