| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | chris(at)bitmead(dot)com |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org> |
| Subject: | Re: [HACKERS] psql problem] |
| Date: | 2000-02-17 03:34:02 |
| Message-ID: | 200002170334.WAA23228@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
>
> I was noticing that psql now exits on ctrl-C. This is much
> better than the previous behaviour where it kinda got
> muddled up and you could destroy your database if
> a half-completed command was in its buffer.
Yes, ^C exits if you are at a prompt, and terminates the current query
if you are running one. Very nice.
> But wouldn't it be better if it was like /bin/sh and
> popped you back to a fresh prompt or something?
You mean reprinted the prompt?
--
Bruce Momjian | http://www.op.net/~candle
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2000-02-17 03:36:22 | Re: [HACKERS] psql problem |
| Previous Message | Tom Lane | 2000-02-17 03:30:28 | Re: [HACKERS] psql problem |